remove debugging message (not working)

This commit is contained in:
buzz-lightsnack-2007 2024-04-28 22:52:20 +08:00
parent 5098e733eb
commit 07395f8939

View file

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