remove debugging message (not working)
This commit is contained in:
parent
5098e733eb
commit
07395f8939
1 changed files with 0 additions and 1 deletions
1
scripts/external/watch.js
vendored
1
scripts/external/watch.js
vendored
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue