We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9b2f0 commit 2b40f36Copy full SHA for 2b40f36
javascript/tokenscript-viewer/src/integration/discoveryAdapter.ts
@@ -39,8 +39,6 @@ export class DiscoveryAdapter implements ITokenDiscoveryAdapter {
39
const walletAddress = await this.getCurrentWalletAddress();
40
const params = getTokenUrlParams(null, false);
41
42
- console.log("PARAMS: ", params);
43
-
44
for (const initToken of initialTokenDetails){
45
46
try {
0 commit comments