🔥 Removed lingering console.log statements
This commit is contained in:
parent
40e6a41df2
commit
0157b43b68
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -5,7 +5,7 @@ import "typeface-roboto-condensed";
|
|||
import "@freesewing/css-theme";
|
||||
|
||||
import Pattern from "pattern";
|
||||
console.log(Pattern);
|
||||
|
||||
const App = props => {
|
||||
let instance = new Pattern();
|
||||
let config = instance.config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue