removed pointless thing

This commit is contained in:
hydrabolt 2015-08-15 23:00:16 +01:00
parent 770775efd8
commit 0711fae926

View file

@ -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.