This commit is contained in:
Liang Ding 2014-10-30 13:40:46 +08:00
parent eee5b14b54
commit 17557acf18
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ type Notification struct {
// event2Notification processes user event by converting the specified event to a notification, and then push it to front
// browser with notification channel.
//
func event2Notification(e *event.Event) {
if nil == session.NotificationWS[e.Sid] {
return