Delete debug line
This commit is contained in:
parent
b0698f2708
commit
35750285e3
@ -39,7 +39,6 @@ module.exports = (robot) ->
|
|||||||
prefix = [ 'much', 'such', 'many', 'very']
|
prefix = [ 'much', 'such', 'many', 'very']
|
||||||
word = words.filter (x) ->
|
word = words.filter (x) ->
|
||||||
/^[a-zA-ZàèéìòùÀÈÉÌÒÙ\-_!&@#?]{4,}$/.test x
|
/^[a-zA-ZàèéìòùÀÈÉÌÒÙ\-_!&@#?]{4,}$/.test x
|
||||||
console.log word
|
|
||||||
(res.random prefix) + ' ' + (res.random words)
|
(res.random prefix) + ' ' + (res.random words)
|
||||||
|
|
||||||
run_command = (command, callback) ->
|
run_command = (command, callback) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user