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

@ -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;