Skip to content

Commit 536674f

Browse files
committed
remove log
1 parent 4629e7b commit 536674f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/benchmarks/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export const BenchmarkGraphs: React.FC<BenchmarkGraphsProps> = ({
5454

5555

5656
useEffect(() => {
57-
console.log("range changed", range);
5857
fetch(`https://boa-api.jason-williams.co.uk/benchmarks?months=${range}&engines=${selectedEngines.join(',')}`).then(
5958
(res) => res.json())
6059
.then(respData => {

0 commit comments

Comments
 (0)