mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08:00
chore: Cleanup logger
This commit is contained in:
parent
8132f0a5b0
commit
e32e7f3256
@ -15,9 +15,6 @@ export const LEVELS: Record<LogLevel, number> = {
|
|||||||
fatal: 5,
|
fatal: 5,
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log('apa');
|
|
||||||
const apa = 1;
|
|
||||||
|
|
||||||
export const log: Record<keyof typeof LEVELS, typeof console.log> = {
|
export const log: Record<keyof typeof LEVELS, typeof console.log> = {
|
||||||
trace: (..._args: any[]) => {},
|
trace: (..._args: any[]) => {},
|
||||||
debug: (..._args: any[]) => {},
|
debug: (..._args: any[]) => {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user