Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
brightiron committed Nov 16, 2023
1 parent 642d7b1 commit 49e7f4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/views/Range/RangeChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ const RangeChart = (props: {
reserveSymbol: string;
}) => {
const { rangeData, currentPrice, bidPrice, askPrice, reserveSymbol } = props;

console.log();
//TODO - Figure out which Subgraphs to query. Currently Uniswap.
const { data: priceData, isFetched } = PriceHistory({ reserveSymbol });

Expand Down

0 comments on commit 49e7f4f

Please sign in to comment.