forked from GitHub/dbot
remove console log
This commit is contained in:
parent
45a27904bd
commit
2b043d018b
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user