remove stray console.log

This commit is contained in:
Emi Matchu 2020-08-19 19:12:56 -07:00
parent 700073df8a
commit c94e94538e

View file

@ -22,8 +22,6 @@ const theme = {
},
};
console.log(defaultTheme.styles.global, defaultTheme.styles);
/**
* App is the entry point of our application. There's not a ton of exciting
* stuff happening here, mostly just setting up some globals and theming!