Skip to content

Commit bc38e40

Browse files
committed
nolint
1 parent bc1c10d commit bc38e40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/contexts/useProxyLatency.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export const useProxyLatency = (
9393
} else {
9494
// This is the total duration of the request and will be off by a good margin.
9595
// This is a fallback if the better timing is not available.
96+
// eslint-disable-next-line no-console -- We can remove this when we display the "accurate" bool on the UI
9697
console.log(
9798
`Using fallback latency calculation for "${entry.name}". Latency will be incorrect and larger then actual.`,
9899
)

0 commit comments

Comments
 (0)