aboutsummaryrefslogtreecommitdiff
path: root/messagectx.go
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2017-07-29 17:20:43 -0400
committerNathan Perry <avaglir@gmail.com>2017-07-29 17:20:43 -0400
commitdeac22dffb03829216138d90e74423384b4c2c80 (patch)
tree98c762bd0c6a80ca6a4771f1ce63764a8e7cf96a /messagectx.go
parentb892dd48234dcbed539ddb982af4a76e81d2e8a1 (diff)
video enqueue works
Diffstat (limited to 'messagectx.go')
-rw-r--r--messagectx.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/messagectx.go b/messagectx.go
index 75d6ce6..6525531 100644
--- a/messagectx.go
+++ b/messagectx.go
@@ -25,8 +25,6 @@ func newCtx(s *discordgo.Session, m *discordgo.MessageCreate) (*messageCtx, erro
matches := regex.FindStringSubmatch(m.Content)
command := ""
- log.Debugf("matches: %v", matches)
-
if len(matches) != 0 {
command = strings.Split(matches[1], " ")[0]
}