summaryrefslogtreecommitdiffstats
path: root/gateway
diff options
context:
space:
mode:
Diffstat (limited to 'gateway')
-rw-r--r--gateway/gateway.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/gateway/gateway.go b/gateway/gateway.go
index d2c6c220..7d53069c 100644
--- a/gateway/gateway.go
+++ b/gateway/gateway.go
@@ -198,9 +198,6 @@ func (gw *Gateway) handleMessage(msg config.Message, dest *bridge.Bridge) {
log.Debug("empty channel")
return
}
- // hide message from bridge
- //if msg.Text HideMessagesPrefix
-
originchannel := msg.Channel
origmsg := msg
for _, channel := range gw.DestChannelFunc(&msg, *dest) {