Revert "lint"

This reverts commit c6b6ab8be6.
pull/934/head
Ryan Tharp 6 years ago
parent c6b6ab8be6
commit 5b412f74ad

@ -259,7 +259,6 @@
window.initialisedAPI = true; window.initialisedAPI = true;
if (storage.get('isSecondaryDevice')) { if (storage.get('isSecondaryDevice')) {
window.log.info('Initialising as a secondary device');
window.lokiFileServerAPI.updateOurDeviceMapping(); window.lokiFileServerAPI.updateOurDeviceMapping();
} }
}; };
@ -1366,7 +1365,6 @@
}); });
Whisper.events.on('deviceUnpairingRequested', async pubKey => { Whisper.events.on('deviceUnpairingRequested', async pubKey => {
window.log.info('unpairing device...');
await libloki.storage.removePairingAuthorisationForSecondaryPubKey( await libloki.storage.removePairingAuthorisationForSecondaryPubKey(
pubKey pubKey
); );

Loading…
Cancel
Save