summaryrefslogtreecommitdiffstats
path: root/app/notification.go
diff options
context:
space:
mode:
authorStephen Kiers <stephen@stephenkiers.com>2018-02-13 11:51:38 -0700
committerStephen Kiers <stephen@stephenkiers.com>2018-02-13 11:51:38 -0700
commit1fe522659b0ecaa61d9c3d652ae2d89dd895248c (patch)
tree5f18da2d3956b0061d1f30855e36d08233f54a30 /app/notification.go
parent08c21f75199f959bbe63396be246e2b7d36a9a39 (diff)
downloadchat-1fe522659b0ecaa61d9c3d652ae2d89dd895248c.tar.gz
chat-1fe522659b0ecaa61d9c3d652ae2d89dd895248c.tar.bz2
chat-1fe522659b0ecaa61d9c3d652ae2d89dd895248c.zip
remove debug statement
Diffstat (limited to 'app/notification.go')
-rw-r--r--app/notification.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/notification.go b/app/notification.go
index 90303fb8f..7725445e4 100644
--- a/app/notification.go
+++ b/app/notification.go
@@ -823,8 +823,6 @@ func GetExplicitMentions(message string, keywords map[string][]string) *Explicit
checkForMention := func(word string) bool {
isMention := false
- fmt.Printf("New Word: %v\n", word)
-
if word == "@here" {
ret.HereMentioned = true
}