mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
Remove excessive logging
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user