diff --git a/NadekoBot/Commands/DiceRollCommand.cs b/NadekoBot/Commands/DiceRollCommand.cs index 054a3c6d..9a6d6c92 100644 --- a/NadekoBot/Commands/DiceRollCommand.cs +++ b/NadekoBot/Commands/DiceRollCommand.cs @@ -22,8 +22,6 @@ namespace NadekoBot int num1 = r.Next(0, 10); int num2 = r.Next(0, 10); - Console.WriteLine(num1+"|"+num2); - Image[] images; if (num1 == 0 && num2 == 0 && r.Next(0, 2) == 1)