ui: remove old console logs
This commit is contained in:
parent
3b1a0e22a7
commit
23de3d68f3
4 changed files with 0 additions and 15 deletions
|
@ -264,9 +264,7 @@ export default ({ className, style, overrides, initialContent, extensions, mode,
|
|||
effects: languageConfig.reconfigure(findLanguageExtensionByMode(mode)),
|
||||
});
|
||||
|
||||
console.log(mode);
|
||||
if (onModeChanged !== undefined) {
|
||||
console.log(mode);
|
||||
onModeChanged(mode);
|
||||
}
|
||||
}, [ filename ]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue