From c94e94538e8c1f9f74a940809599decd7f7edf3d Mon Sep 17 00:00:00 2001 From: Matchu Date: Wed, 19 Aug 2020 19:12:56 -0700 Subject: [PATCH] remove stray console.log --- src/app/App.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/App.js b/src/app/App.js index b48148d6..176d3273 100644 --- a/src/app/App.js +++ b/src/app/App.js @@ -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!