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 /peniquitous.user.js | |
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 'peniquitous.user.js')
-rw-r--r-- | peniquitous.user.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/peniquitous.user.js b/peniquitous.user.js index a689a96..3aef128 100644 --- a/peniquitous.user.js +++ b/peniquitous.user.js @@ -421,7 +421,6 @@ function peniquitous () { key_event, peniquitous ].forEach(function(script) { - console.log('peniquitous', script); var s = document.createElement('script'); s.appendChild( document.createTextNode('(' + script + ')();') |