remove time debug printing
This commit is contained in:
parent
64709abfb9
commit
228602a54d
1 changed files with 0 additions and 1 deletions
|
@ -166,7 +166,6 @@ export class MinecraftServer {
|
|||
client.send(this.keepalivePacket);
|
||||
client.send(timePacket);
|
||||
});
|
||||
console.log(this.tickCounter);
|
||||
}
|
||||
|
||||
// const memoryUsage = process.memoryUsage();
|
||||
|
|
Loading…
Reference in a new issue