diff --git a/server/imserver/app.go b/server/imserver/app.go index fa034ee5..70aa2623 100644 --- a/server/imserver/app.go +++ b/server/imserver/app.go @@ -86,8 +86,5 @@ func (this *App) addNetMsg(hdr *f5.MsgHdr) { defer this.msgMutex.Unlock() this.msgList.AddTail(&hdr.Entry); } - { - mt.Table.IMServer.GetById(0) - } this.NotifyLoopCond() }