Skip to content

Commit

Permalink
Merge pull request #3180 from OlympusDAO/fixRangePriceFeed
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
brightiron authored Jun 29, 2024
2 parents eb7f4aa + 88f4d92 commit f9c95d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Range/hooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const PriceHistory = () => {
resultsArray.push(resultObject);
}

console.log(resultsArray, "results array");
return resultsArray;
});

Expand Down

0 comments on commit f9c95d6

Please sign in to comment.