Skip to content

Commit

Permalink
remove leftover debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
xarmian authored and jeapostrophe committed Nov 13, 2022
1 parent 759c703 commit 269d987
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/stdlib/ts/ALGO_MakeAlgoSignerConnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ export default function ALGO_MakeAlgoSignerConnect( AlgoSigner: any, provider: s

async connect() {
await AlgoSigner.connect();
console.log(provider);
console.log(await AlgoSigner.accounts({ledger:provider}));
return await AlgoSigner.accounts({ledger:provider});
}

Expand All @@ -27,4 +25,4 @@ export default function ALGO_MakeAlgoSignerConnect( AlgoSigner: any, provider: s
return result;
}
}
}
}

0 comments on commit 269d987

Please sign in to comment.