Remove debugs
This commit is contained in:
parent
6b3cb712c7
commit
cb35b14311
|
@ -365,8 +365,6 @@ export default class {
|
|||
} else {
|
||||
newcontent = await this.preloadContent(content.dirName, true, index);
|
||||
}
|
||||
console.debug('enwcontent', newcontent);
|
||||
//const newcontent = await (content.packed ? this.preloadPackedContent(content.packed.pkg, true, index) : this.preloadContent(content.dirName, true, index));
|
||||
|
||||
if (newcontent.enabled) {
|
||||
newcontent.userConfig.enabled = false;
|
||||
|
|
Loading…
Reference in New Issue