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); }); }