From 1fe522659b0ecaa61d9c3d652ae2d89dd895248c Mon Sep 17 00:00:00 2001 From: Stephen Kiers Date: Tue, 13 Feb 2018 11:51:38 -0700 Subject: remove debug statement --- app/notification.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/notification.go') 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 } -- cgit v1.2.3-1-g7c22