From a27368af7eb5423e10041906a6a8f825e1803c97 Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Tue, 22 Jan 2013 16:17:42 -0500 Subject: [PATCH] Removing extraneous println --- plugins/dice.go | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/dice.go b/plugins/dice.go index fc8a9e9..9d8219c 100644 --- a/plugins/dice.go +++ b/plugins/dice.go @@ -38,7 +38,6 @@ func (p *DicePlugin) Message(message bot.Message) bool { var dice []string if len(parts) == 1 { dice = strings.Split(parts[0], "d") - fmt.Println() } else { dice = strings.Split(parts[1], "d") }