From 35750285e3360094a1294899b590a0546d6525fe Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 1 Oct 2015 16:09:25 +0200 Subject: [PATCH] Delete debug line --- scripts/doge.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/doge.coffee b/scripts/doge.coffee index 121cf24..1d68422 100644 --- a/scripts/doge.coffee +++ b/scripts/doge.coffee @@ -39,7 +39,6 @@ module.exports = (robot) -> prefix = [ 'much', 'such', 'many', 'very'] word = words.filter (x) -> /^[a-zA-ZàèéìòùÀÈÉÌÒÙ\-_!&@#?]{4,}$/.test x - console.log word (res.random prefix) + ' ' + (res.random words) run_command = (command, callback) ->