Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Jan 28, 2025
1 parent e40a463 commit a3510f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/strategies/common/d3Chart/D3PriceHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,6 @@ export const D3PriceHistory: FC<Props> = (props) => {
const invertX = scaleBandInvert(xScale);
const start = invertX(xScale.bandwidth() / 2);
const end = invertX(dms.boundedWidth);
console.log('END', {
start: fromUnixUTC(start),
end: fromUnixUTC(end),
});
onRangeUpdates({ start, end });
});
return () => {
Expand Down

0 comments on commit a3510f6

Please sign in to comment.