mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
fix(core): disable micromark debug output (#6528)
This commit is contained in:
@@ -18,7 +18,7 @@ if (typeof window !== 'undefined') {
|
||||
console.warn('Debug logs enabled');
|
||||
}
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
debug.enable('*');
|
||||
debug.enable('*,-micromark');
|
||||
console.warn('Debug logs enabled');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user