Cleaning - Remove logs (#19498)

This commit is contained in:
Etienne
2026-04-09 16:19:53 +02:00
committed by GitHub
parent d3a1f45027
commit caac791421
3 changed files with 3 additions and 60 deletions
@@ -1,6 +0,0 @@
import { AsyncLocalStorage } from 'async_hooks';
export const queryTimingContextStorage = new AsyncLocalStorage<boolean>();
export const isQueryTimingEnabled = (): boolean =>
queryTimingContextStorage.getStore() === true;