diff options
| author | Nathan Perry <avaglir@gmail.com> | 2017-07-29 17:20:43 -0400 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2017-07-29 17:20:43 -0400 |
| commit | deac22dffb03829216138d90e74423384b4c2c80 (patch) | |
| tree | 98c762bd0c6a80ca6a4771f1ce63764a8e7cf96a /messagectx.go | |
| parent | b892dd48234dcbed539ddb982af4a76e81d2e8a1 (diff) | |
video enqueue works
Diffstat (limited to 'messagectx.go')
| -rw-r--r-- | messagectx.go | 2 |
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] } |
