aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/src/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'mascara/src/ui.js')
-rw-r--r--mascara/src/ui.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/mascara/src/ui.js b/mascara/src/ui.js
index 65a55ccc3..e798847a7 100644
--- a/mascara/src/ui.js
+++ b/mascara/src/ui.js
@@ -37,7 +37,6 @@ const connectApp = function (readSw) {
store.subscribe(() => {
const state = store.getState()
if (state.appState.shouldClose) window.close()
- console.log('IN the things?')
})
})
}