Change/remove debug logging

This commit is contained in:
Mazo 2018-05-26 16:41:53 +01:00
parent a4c2085fb7
commit 0ecceebf34
2 changed files with 4 additions and 9 deletions

View file

@ -419,7 +419,6 @@ class WorldSessionActor extends Actor with MDCContextAware {
case GalaxyServiceResponse(_, reply) =>
reply match {
case GalaxyResponse.MapUpdate(msg) =>
log.warn(s"Client ${player.GUID} Updating map ${msg}")
sendResponse(msg)
}