Skip to content

Commit

Permalink
Remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Jan 13, 2019
1 parent 7507458 commit 1867805
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ function load (cb) {
}
const state = getDefaultState()
state.saved = Object.assign(state.saved, err ? {} : saved)
// TODO immediately save state if no file could be found
cb(null, state)
})
}
Expand Down

0 comments on commit 1867805

Please sign in to comment.