3
0

Remove debug symbols

This commit is contained in:
Denis Arh 2018-09-29 08:49:57 +02:00
parent a7f54fb100
commit 73a32eaf7a

View File

@ -48,8 +48,6 @@ func (svc *event) push(m outgoing.MessageEncoder, sub uint64) error {
return err
}
println("PUSHING EVENT !!", string(enc))
item := &types.EventQueueItem{Payload: enc}
if sub > 0 {