remove console log

This commit is contained in:
reality 2016-04-24 00:16:53 +00:00
parent 45a27904bd
commit 2b043d018b

View File

@ -74,7 +74,6 @@ var dice = function(dbot) {
event.reply(rolls[i][0] + ": invalid dice spec"); event.reply(rolls[i][0] + ": invalid dice spec");
} else { } else {
if (rolls[i][1].length > 1) { if (rolls[i][1].length > 1) {
console.log(rolls);
var total = " (total " + _.reduce(rolls[i][1], function(memo, num){ return memo + num; }, 0); var total = " (total " + _.reduce(rolls[i][1], function(memo, num){ return memo + num; }, 0);
if (rolls[i][2] != 0) { if (rolls[i][2] != 0) {
if (rolls[i][2] > 0) { if (rolls[i][2] > 0) {