From 97285592e346a8b5918f42e8d3864463ceb3fcdc Mon Sep 17 00:00:00 2001 From: Kyle Neath Date: Mon, 20 Dec 2010 16:18:23 +0800 Subject: [PATCH] Accidentally left this in --- evilbot.coffee | 1 - 1 file changed, 1 deletion(-) 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