remove useless logScope
This commit is contained in:
parent
bf31d665cc
commit
4103d41f32
1 changed files with 0 additions and 2 deletions
|
@ -172,8 +172,6 @@ proc handleDisconnect(client: AsyncSocket, id: int) {.async.} =
|
|||
|
||||
proc handle(client: AsyncSocket) {.async.} =
|
||||
var id = UnsetId
|
||||
logScope:
|
||||
player = playerName(players, id)
|
||||
try:
|
||||
while true:
|
||||
let data = await client.recv 1024
|
||||
|
|
Loading…
Reference in a new issue