We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4629e7b commit 536674fCopy full SHA for 536674f
src/components/benchmarks/index.tsx
@@ -54,7 +54,6 @@ export const BenchmarkGraphs: React.FC<BenchmarkGraphsProps> = ({
54
55
56
useEffect(() => {
57
- console.log("range changed", range);
58
fetch(`https://boa-api.jason-williams.co.uk/benchmarks?months=${range}&engines=${selectedEngines.join(',')}`).then(
59
(res) => res.json())
60
.then(respData => {
0 commit comments