chore: Cleanup logger

This commit is contained in:
Sidharth Vinod 2024-06-29 02:51:29 +05:30
parent 8132f0a5b0
commit e32e7f3256
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

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[]) => {},