diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index a7bea1fb9..3063517aa 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -456,8 +456,6 @@ define([ Store.deleteAccount = function (data, cb) { var edPublic = store.proxy.edPublic; var secret = Hash.getSecrets('drive', storeHash); - console.log(edPublic); - console.log(secret.channel); Store.anonRpcMsg({ msg: 'GET_METADATA', data: secret.channel diff --git a/www/common/sframe-common-outer.js b/www/common/sframe-common-outer.js index 431d1c74f..a949f8265 100644 --- a/www/common/sframe-common-outer.js +++ b/www/common/sframe-common-outer.js @@ -622,7 +622,6 @@ define([ window.location.hash = hash; }; - console.log(secret.channel); var cpNfCfg = { sframeChan: sframeChan, channel: secret.channel,