From 21de04873807192ef99ed484febc0f6a70bc2873 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 30 Sep 2016 18:15:36 -0700 Subject: [PATCH] Remove unneeded console.logs --- src/config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/config.js b/src/config.js index 3712719d..8f4f0e9f 100644 --- a/src/config.js +++ b/src/config.js @@ -18,10 +18,6 @@ const IS_PORTABLE = isPortable() const UI_HEADER_HEIGHT = 38 const UI_TORRENT_HEIGHT = 100 -console.log('Production: %s portable: %s test: %s', - IS_PRODUCTION, IS_PORTABLE, IS_TEST) -if (IS_PORTABLE) console.log('Portable path: %s', PORTABLE_PATH) - module.exports = { ANNOUNCEMENT_URL: 'https://webtorrent.io/desktop/announcement', AUTO_UPDATE_URL: 'https://webtorrent.io/desktop/update',