mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-30 19:21:08 +00:00
Remove debug logging (#119)
This commit is contained in:
@@ -3,8 +3,8 @@ import Node from './Node';
|
||||
import Feed from './Feed';
|
||||
import Aggregator from './Aggregator';
|
||||
|
||||
const WS_PORT_TELEMETRY_SERVER = process.env.TELEMETRY_SERVER || 1024;
|
||||
const WS_PORT_FEED_SERVER = process.env.FEED_SERVER || 8080;
|
||||
const WS_PORT_TELEMETRY_SERVER = Number(process.env.TELEMETRY_SERVER || 1024);
|
||||
const WS_PORT_FEED_SERVER = Number(process.env.FEED_SERVER || 8080);
|
||||
|
||||
const aggregator = new Aggregator();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user