remove extraneous console.log

This commit is contained in:
Eon S. Jeon 2020-10-25 18:54:43 +09:00
parent fc8ccc0668
commit e7f8533b0a

View File

@ -69,7 +69,6 @@ class LayoutStoreEntry {
}
private loadLayout(ID: string): ILayout {
console.log('loadLayout', ID, Object.keys(this.layouts))
let layout = this.layouts[ID];
if (!layout)
layout = this.layouts[ID] = CONFIG.layoutFactories[ID]();