summaryrefslogtreecommitdiff
path: root/lib/panda.js
diff options
context:
space:
mode:
authorokfprojz <jules+okfprojz@okfoc.us>2016-11-15 18:28:47 -0500
committerokfprojz <jules+okfprojz@okfoc.us>2016-11-15 18:28:47 -0500
commitae2bd0a59dac4e4968a2a27e5ef9306fe9b0a2a1 (patch)
tree75d4af16354b7153b385666512fd6c8d81dd2800 /lib/panda.js
parentf9ad42b46137aeddaac751712ef3a2f6ad56dd69 (diff)
ok
Diffstat (limited to 'lib/panda.js')
-rw-r--r--lib/panda.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/panda.js b/lib/panda.js
index d4cb59f..a971b35 100644
--- a/lib/panda.js
+++ b/lib/panda.js
@@ -98,7 +98,6 @@ client.addListener('join', function (channel, nick) {
})
client.addListener('message', function (nick, to, text) {
watchers.forEach(function(watcher){
- console.log(nick, to, text, watcher)
if (to === watcher.channel) {
var match = text.match(watcher.regexp)
if (match) {