Delete debug line

This commit is contained in:
rnhmjoj 2015-10-01 16:09:25 +02:00
parent b0698f2708
commit 35750285e3

View File

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