remove log

This commit is contained in:
Mo Bitar
2017-01-31 11:13:30 -06:00
parent 51e4e7bc43
commit 09c134be2a
2 changed files with 0 additions and 3 deletions

View File

@@ -72,8 +72,6 @@ angular.module('app.frontend')
return; return;
} }
console.log("compute encryption keys", password, authParams);
Neeto.crypto.computeEncryptionKeysForUser(_.merge({password: password}, authParams), function(keys){ Neeto.crypto.computeEncryptionKeysForUser(_.merge({password: password}, authParams), function(keys){
var mk = keys.mk; var mk = keys.mk;
var requestUrl = url + "/auth/sign_in"; var requestUrl = url + "/auth/sign_in";

View File

@@ -43,7 +43,6 @@ class ExtensionManager {
} }
changeExtensionEncryptionFormat(encrypted, extension) { changeExtensionEncryptionFormat(encrypted, extension) {
console.log("changing encryption status");
if(encrypted) { if(encrypted) {
_.pull(this.decryptedExtensions, extension.url); _.pull(this.decryptedExtensions, extension.url);
} else { } else {