Skip to content

Commit

Permalink
Merge pull request #67 from xiaonanln/develop
Browse files Browse the repository at this point in the history
remove debug code
  • Loading branch information
xiaonanln authored May 30, 2018
2 parents 730da0c + 24d0ee4 commit 025794d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/dispatcher/DispatcherService.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,6 @@ func (service *DispatcherService) messageLoop() {
service.handleStartFreezeGame(dcp, pkt)
} else {
gwlog.TraceError("unknown msgtype %d from %s", msgtype, dcp)
if consts.DEBUG_MODE {
os.Exit(2)
}
}

pkt.Release()
Expand Down

0 comments on commit 025794d

Please sign in to comment.