summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/panda.js1
-rw-r--r--lib/upload.js2
2 files changed, 1 insertions, 2 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) {
diff --git a/lib/upload.js b/lib/upload.js
index 85b287a..072d5be 100644
--- a/lib/upload.js
+++ b/lib/upload.js
@@ -57,7 +57,7 @@ module.exports.put = function (key, file, opt) {
}
var file_url = s3res.url || s3res.req.url
-console.log(file_url)
+ console.log(file_url)
opt.success && opt.success(file_url)
}).on('error', function(err, s3res){
console.error("error", err)