Removing extraneous println

This commit is contained in:
Chris Sexton 2013-01-22 16:17:42 -05:00
parent bcbd41a9b6
commit a27368af7e
1 changed files with 0 additions and 1 deletions

View File

@ -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")
}