chore: Cleanup logger

This commit is contained in:
Sidharth Vinod
2024-06-29 02:51:29 +05:30
parent 8132f0a5b0
commit e32e7f3256

View File

@@ -15,9 +15,6 @@ export const LEVELS: Record<LogLevel, number> = {
fatal: 5,
};
console.log('apa');
const apa = 1;
export const log: Record<keyof typeof LEVELS, typeof console.log> = {
trace: (..._args: any[]) => {},
debug: (..._args: any[]) => {},