mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-07 21:14:27 +01:00
chore: Cleanup logger
This commit is contained in:
@@ -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[]) => {},
|
||||
|
||||
Reference in New Issue
Block a user