diff --git a/evilbot.coffee b/evilbot.coffee index edbeccd..a843469 100644 --- a/evilbot.coffee +++ b/evilbot.coffee @@ -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