Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Removed spurious console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
aekeus committed Oct 7, 2016
1 parent d5042d8 commit 637a886
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ let flashInitialized = false
// Some settings must be set right away on startup, those settings should be handled here.
loadAppStatePromise.then((initialState) => {
const {HARDWARE_ACCELERATION_ENABLED, SMOOTH_SCROLL_ENABLED, SEND_CRASH_REPORTS} = require('../js/constants/settings')
console.log(initialState)
if (initialState.settings[HARDWARE_ACCELERATION_ENABLED] === false) {
app.disableHardwareAcceleration()
}
Expand Down

0 comments on commit 637a886

Please sign in to comment.