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) ->