Remove console.log

This commit is contained in:
Aleksandr Kraiz
2023-05-25 01:36:10 +04:00
parent bdf35ab89b
commit f62fe8c19b

View File

@@ -206,8 +206,6 @@ class AggregatorWS {
this.logger = logger;
this.onInit = onInit;
this.onError = onError;
console.log(`Created Aggregator WS instance ${this.instanceId}`);
}
// readonly messageQueue: Message[] = [];