remove stray console.log

This commit is contained in:
Vendicated 2025-12-17 22:57:53 +01:00
parent 74f106c9fc
commit 5f5e7c34f8
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -67,7 +67,6 @@ export default definePlugin({
const { contentType, height, mediaLayoutType, src, width } = props;
if (!contentType?.startsWith("image/") || src.startsWith("data:")) return;
console.log({ src, freeze });
const url = new URL(src);
url.searchParams.set("animated", String(!freeze));