Remove excessive logging

This commit is contained in:
Borys_Levytskyi
2016-11-27 17:01:13 +02:00
parent 1ed75e4be4
commit 36d56e8091

View File

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