Remove msg log

This commit is contained in:
Dustin Pianalto 2020-05-04 13:55:47 -08:00
parent af09dd297b
commit 4add5bffa3

View File

@ -11,7 +11,6 @@ import (
"fmt" "fmt"
"github.com/bwmarrin/discordgo" "github.com/bwmarrin/discordgo"
"github.com/kballard/go-shellquote" "github.com/kballard/go-shellquote"
"log"
"strings" "strings"
) )
@ -69,7 +68,6 @@ func (c *CommandManager) OnMessage(session *discordgo.Session, m *discordgo.Mess
} }
content := m.Content content := m.Content
log.Println(content)
prefixes := c.Prefixes(m.GuildID) prefixes := c.Prefixes(m.GuildID)
var prefix string var prefix string