aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2022-01-15 10:18:09 -0700
committerJordan <me@jordan.im>2022-01-15 10:18:09 -0700
commit7d1248be0bd4a6412467301924fa99d037028b8d (patch)
tree7f79492e4b943c840b5712f354303e9f6036c281
parent4a92c26fbc739734ce5227c1be8efd440306cebf (diff)
downloadkeep-7d1248be0bd4a6412467301924fa99d037028b8d.tar.gz
keep-7d1248be0bd4a6412467301924fa99d037028b8d.zip
keep: rm log used to debug normalization
-rw-r--r--keep.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/keep.go b/keep.go
index 109ff5d..96fba29 100644
--- a/keep.go
+++ b/keep.go
@@ -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