From 0711fae926246ee1c99b9f7c559dbba757ea8305 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Sat, 15 Aug 2015 23:00:16 +0100 Subject: [PATCH] removed pointless thing --- hydrabot/hydrabot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/hydrabot/hydrabot.js b/hydrabot/hydrabot.js index c9690779a..f3fdd5e91 100644 --- a/hydrabot/hydrabot.js +++ b/hydrabot/hydrabot.js @@ -33,7 +33,6 @@ var time = Date.now(); // When the bot is ready to go, output to the console hydrabot.on( "ready", function() { console.log( "Ready in "+ (Date.now() - time) +"ms!" ); - console.log(Commands); } ); // When the bot gets disconnected, exit.