diff --git a/src/app/index.jsx b/src/app/index.jsx index 52c2d28..f65bb6a 100644 --- a/src/app/index.jsx +++ b/src/app/index.jsx @@ -11,8 +11,6 @@ import AppRoot from './components/AppRoot'; var stateData = appStateStore.getPersistedData(); const appState = new AppState(stateData); -console.log('Loaded stateData', stateData); - appStateStore.watch(appState); commands.initialize(cmd, appState);