mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 23:22:48 +00:00
remove stray console.log
This commit is contained in:
parent
74f106c9fc
commit
5f5e7c34f8
1 changed files with 0 additions and 1 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue