diff --git a/app/src/boot/globalEvent/event.ts b/app/src/boot/globalEvent/event.ts index 06c1857ee..c68b02222 100644 --- a/app/src/boot/globalEvent/event.ts +++ b/app/src/boot/globalEvent/event.ts @@ -88,11 +88,9 @@ export const initWindowEvent = (app: App) => { } }); window.addEventListener("dragend", () => { - console.log("dragend"); stopScrollAnimation(); }); window.addEventListener("dragleave", () => { - console.log("dragleave"); stopScrollAnimation(); }); diff --git a/app/src/protyle/util/onGet.ts b/app/src/protyle/util/onGet.ts index fa00eeb99..45c24f23b 100644 --- a/app/src/protyle/util/onGet.ts +++ b/app/src/protyle/util/onGet.ts @@ -210,7 +210,6 @@ const setHTML = (options: { protyle.wysiwyg.element.querySelectorAll("video, audio").forEach(item => { item.addEventListener("playing", () => { activeBlur(); - console.log("playing"); }); }); /// #endif