mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-19 11:09:03 +00:00
Remove console logging in mod.js
This commit is contained in:
parent
afd7879ec6
commit
d71463f3a6
@ -182,7 +182,6 @@ module.exports = {
|
||||
iconSetBody.append(icon);
|
||||
garbageCollector.push(icon);
|
||||
icon.addEventListener('click', () => setPageIcon(iconUrl));
|
||||
console.log(iconUrl)
|
||||
|
||||
// Make sure elements load
|
||||
promiseArray.push(
|
||||
|
Loading…
Reference in New Issue
Block a user