Skip to content

Commit

Permalink
chore: remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed May 2, 2024
1 parent 9a7a798 commit 5bd0d05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/live-countervalues/src/logic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ export async function loadCountervalues(
rateGranularities.forEach((granularity: RateGranularity) => {
const format = formatPerGranularity[granularity];
const earliestHisto = format(nowDate);
log("countervalues", "earliestHisto=" + earliestHisto);
const limit = datapointLimits[granularity];

settings.trackingPairs.forEach(({ from, to, startDate }) => {
Expand Down

0 comments on commit 5bd0d05

Please sign in to comment.