Accidentally left this in

This commit is contained in:
Kyle Neath
2010-12-20 16:18:23 +08:00
committed by Chris Wanstrath
parent 686ebb33fd
commit 97285592e3
-1
View File
@@ -144,7 +144,6 @@ hear /about/, (message) ->
hear /help/, (message) ->
message.say "I listen for the following…", ->
for phrase, functionality of descriptions
console.log(typeof(functionality))
if functionality
output = phrase + ": " + functionality
else