remove extraneous console statements

pull/1/head
ansuz 7 years ago
parent c24c06e90c
commit b323989347

@ -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

@ -622,7 +622,6 @@ define([
window.location.hash = hash;
};
console.log(secret.channel);
var cpNfCfg = {
sframeChan: sframeChan,
channel: secret.channel,

Loading…
Cancel
Save