Remove debug

This commit is contained in:
Casper Warden
2017-12-14 02:38:21 +00:00
parent 2bd3b9a789
commit 56d3c8e5df
7 changed files with 47 additions and 16 deletions

View File

@@ -32,10 +32,6 @@ export class ObjectStoreLite implements IObjectStore
constructor(circuit: Circuit, agent: Agent, clientEvents: ClientEvents, options: BotOptionFlags)
{
setInterval(() =>
{
console.log("Objects in store: " + Object.keys(this.objects).length);
}, 5000);
agent.localID = 0;
this.options = options;
this.clientEvents = clientEvents;