remove extraneous console statements
This commit is contained in:
parent
c24c06e90c
commit
b323989347
@ -456,8 +456,6 @@ define([
|
|||||||
Store.deleteAccount = function (data, cb) {
|
Store.deleteAccount = function (data, cb) {
|
||||||
var edPublic = store.proxy.edPublic;
|
var edPublic = store.proxy.edPublic;
|
||||||
var secret = Hash.getSecrets('drive', storeHash);
|
var secret = Hash.getSecrets('drive', storeHash);
|
||||||
console.log(edPublic);
|
|
||||||
console.log(secret.channel);
|
|
||||||
Store.anonRpcMsg({
|
Store.anonRpcMsg({
|
||||||
msg: 'GET_METADATA',
|
msg: 'GET_METADATA',
|
||||||
data: secret.channel
|
data: secret.channel
|
||||||
|
|||||||
@ -622,7 +622,6 @@ define([
|
|||||||
window.location.hash = hash;
|
window.location.hash = hash;
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(secret.channel);
|
|
||||||
var cpNfCfg = {
|
var cpNfCfg = {
|
||||||
sframeChan: sframeChan,
|
sframeChan: sframeChan,
|
||||||
channel: secret.channel,
|
channel: secret.channel,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user