Skip to content

Commit

Permalink
removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nsjames committed Jun 20, 2018
1 parent 364b630 commit f5e50a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ class Content {
if(msg.hasOwnProperty('payload') && msg.payload.hasOwnProperty('domain') && msg.payload.domain !== domain)
throw new Error('Bad domain');

console.log(msg);

let nonSyncMessage = NetworkMessage.fromJson(msg);
switch(msg.type){
case 'sync': this.sync(msg); break;
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/defaults/eos.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export default class EOS extends Plugin {
}

actionParticipants(payload){
console.log('payload', payload);
return ObjectHelpers.flatten(
payload.messages
.map(message => message.authorization
Expand Down Expand Up @@ -269,7 +268,6 @@ const requestParser = async (_eos, signargs, httpEndpoint, possibleSigner, chain
const contractAccountName = action.account;

const cachedABI = await messageSender(NetworkMessageTypes.ABI_CACHE, {abiContractName:contractAccountName, abiGet:true, chainId});
console.log('cachedABI', cachedABI);

let abi = null;
if(typeof cachedABI === 'object'){
Expand Down

0 comments on commit f5e50a4

Please sign in to comment.