Forgot a debug line

This commit is contained in:
rnhmjoj 2015-09-29 00:54:09 +02:00
parent 7a9caf3d70
commit 4aaf404743

View File

@ -51,8 +51,6 @@ describe 'modulo memes', ->
]
acc = 0
asjon.receive (e,l) ->
if acc is 1
console.log l.join()
l.join().should.match /^guarda qui:/g
acc++
if acc is questions.length then done()