Skip to content

Commit 269d987

Browse files
xarmianjeapostrophe
authored andcommitted
remove leftover debug code
1 parent 759c703 commit 269d987

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

js/stdlib/ts/ALGO_MakeAlgoSignerConnect.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ export default function ALGO_MakeAlgoSignerConnect( AlgoSigner: any, provider: s
44

55
async connect() {
66
await AlgoSigner.connect();
7-
console.log(provider);
8-
console.log(await AlgoSigner.accounts({ledger:provider}));
97
return await AlgoSigner.accounts({ledger:provider});
108
}
119

@@ -27,4 +25,4 @@ export default function ALGO_MakeAlgoSignerConnect( AlgoSigner: any, provider: s
2725
return result;
2826
}
2927
}
30-
}
28+
}

0 commit comments

Comments
 (0)