Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
jO-Osko committed Sep 5, 2023
1 parent 4dd12d4 commit f48d09c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/DataProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,6 @@ class DataProvider {
this.logger.error(`getPriceEpochConfiguration() | ${err}`);
}

this.logger.info("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
this.logger.info("symbol2dpd:", Array(this.symbol2dpd.entries()));
this.logger.info("symbol2dpd:", Array(this.symbol2dpd.size));
this.logger.info("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");

this.setupEvents();
}
}
Expand Down

0 comments on commit f48d09c

Please sign in to comment.