From 07395f8939a857bf2ec2620713f89eb37eca0555 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sun, 28 Apr 2024 22:52:20 +0800 Subject: [PATCH] remove debugging message (not working) --- scripts/external/watch.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/external/watch.js b/scripts/external/watch.js index 19be044..e24ad09 100644 --- a/scripts/external/watch.js +++ b/scripts/external/watch.js @@ -26,7 +26,6 @@ export default class watch { // Begin only when the page is fully loaded. window.addEventListener(`DOMContentLoaded`, (event) => { // Begin processing. - console.log(`processing...`); let PROC = new processor(filter); }); }