Cleaning - Remove logs (#19498)
This commit is contained in:
-6
@@ -1,6 +0,0 @@
|
||||
import { AsyncLocalStorage } from 'async_hooks';
|
||||
|
||||
export const queryTimingContextStorage = new AsyncLocalStorage<boolean>();
|
||||
|
||||
export const isQueryTimingEnabled = (): boolean =>
|
||||
queryTimingContextStorage.getStore() === true;
|
||||
Reference in New Issue
Block a user