From 5b412f74ad8c338e245e9174a5d3b03a777a25af Mon Sep 17 00:00:00 2001
From: Ryan Tharp <neuro@interx.net>
Date: Wed, 26 Feb 2020 17:36:56 -0800
Subject: [PATCH] Revert "lint"

This reverts commit c6b6ab8be61dd5463a7f6e378b2ed43751ea783a.
---
 js/background.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/js/background.js b/js/background.js
index 218acba75..910c4b1bd 100644
--- a/js/background.js
+++ b/js/background.js
@@ -259,7 +259,6 @@
     window.initialisedAPI = true;
 
     if (storage.get('isSecondaryDevice')) {
-      window.log.info('Initialising as a secondary device');
       window.lokiFileServerAPI.updateOurDeviceMapping();
     }
   };
@@ -1366,7 +1365,6 @@
     });
 
     Whisper.events.on('deviceUnpairingRequested', async pubKey => {
-      window.log.info('unpairing device...');
       await libloki.storage.removePairingAuthorisationForSecondaryPubKey(
         pubKey
       );