From e3cafe5b8e135188a45743559133b08aa0f230e3 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Tue, 26 Jan 2016 05:10:00 +0100 Subject: [PATCH] removed roll console write line --- NadekoBot/Commands/DiceRollCommand.cs | 2 -- 1 file changed, 2 deletions(-) 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)