Skip to content

Commit

Permalink
Revert "add logs"
Browse files Browse the repository at this point in the history
This reverts commit 1410518.
  • Loading branch information
feross committed Sep 14, 2019
1 parent b9495b1 commit 1f50acd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ const path = require('path')
const electron = require('electron')
const arch = require('arch')

if (electron.remote || electron.app) {
const { app } = electron.remote ? electron.remote : electron
console.log('userData: ', app.getPath('userData'))
}
console.log('appConfig.filePath: ', appConfig.filePath)

const APP_NAME = 'WebTorrent'
const APP_TEAM = 'WebTorrent, LLC'
const APP_VERSION = require('../package.json').version
Expand Down

0 comments on commit 1f50acd

Please sign in to comment.