From 1f50acd197994754ebd3e0695b3975ba128e2279 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 14 Sep 2019 16:27:33 -0700 Subject: [PATCH] Revert "add logs" This reverts commit 14105188e60adce32c40d1048c7eb1fa0f546554. --- src/config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/config.js b/src/config.js index 6c32ed1fcd..73f1db1bcd 100644 --- a/src/config.js +++ b/src/config.js @@ -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