diff options
author | Jordan <me@jordan.im> | 2022-01-15 10:18:09 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2022-01-15 10:18:09 -0700 |
commit | 7d1248be0bd4a6412467301924fa99d037028b8d (patch) | |
tree | 7f79492e4b943c840b5712f354303e9f6036c281 | |
parent | 4a92c26fbc739734ce5227c1be8efd440306cebf (diff) | |
download | keep-7d1248be0bd4a6412467301924fa99d037028b8d.tar.gz keep-7d1248be0bd4a6412467301924fa99d037028b8d.zip |
keep: rm log used to debug normalization
-rw-r--r-- | keep.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -194,8 +194,6 @@ func messageCreate(s *discordgo.Session, m *discordgo.MessageCreate) { normalize.FlagRemoveFragment| normalize.FlagSortQuery) - log.Println(uStr) - // Ensure host is not present in ignoreList set if isIgnored(config.Ignore, uStr) { continue |