1
0
Fork 0

🔥 Removed lingering console.log statements

This commit is contained in:
Joost De Cock 2019-05-31 16:30:36 +02:00
parent 40e6a41df2
commit 0157b43b68
2 changed files with 1 additions and 2 deletions

View file

@ -62,7 +62,6 @@ export default function Pattern(config = { options: {} }) {
}
}
}
console.log("updated core", this.config);
if (typeof this.config.hide === "undefined") this.config.hide = [];
this.config.resolvedDependencies = this.resolveDependencies(
this.config.dependencies