diff options
author | Teddy Wing | 2021-03-21 17:58:32 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-21 18:17:46 +0100 |
commit | 4c6de580bed38efd076a89fed0ae1fbafdb568f0 (patch) | |
tree | 5ae0e3115d29a26abfa45e6a25d347eb731c11c5 /main.js.in | |
parent | 5f7a898a2b8dc6cbefbb59e1e5773c086a800801 (diff) | |
download | Peniquitous-4c6de580bed38efd076a89fed0ae1fbafdb568f0.tar.bz2 |
main.js.in: Remove old `console.log`
This was for debugging and is no longer needed.
Diffstat (limited to 'main.js.in')
-rw-r--r-- | main.js.in | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -27,7 +27,6 @@ function peniquitous () { key_event, peniquitous ].forEach(function(script) { - console.log('peniquitous', script); var s = document.createElement('script'); s.appendChild( document.createTextNode('(' + script + ')();') |