Clean dependencies

This commit is contained in:
Thomas Nordquist
2019-03-02 23:37:04 +01:00
parent 838e2fa287
commit f16d0cd271
4 changed files with 7 additions and 111 deletions

View File

@@ -16,8 +16,6 @@ if (!isDev) {
// const isDebugEnabled = Boolean(process.argv.find(arg => arg === 'debug'))
const runningUiTestOnCi = Boolean(process.argv.find(arg => arg === '--runningUiTestOnCi'))
// require('electron-debug')({ enabled: isDebugEnabled })
autoUpdater.logger = log
log.info('App starting...')