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 34fac57 commit 488e491Copy full SHA for 488e491
sdk/src/driftClient.ts
@@ -1552,11 +1552,6 @@ export class DriftClient {
1552
1553
await this.addUser(subAccountId, this.authority);
1554
1555
- console.log('userAccountPublicKey', userAccountPublicKey.toString());
1556
- console.log('authority', this.authority.toString());
1557
- console.log('subAccountId', subAccountId);
1558
- console.log('wallet.publicKey', this.wallet.publicKey.toString());
1559
-
1560
const ix = this.program.instruction.updateUserPerpPositionCustomMarginRatio(
1561
subAccountId,
1562
perpMarketIndex,
0 commit comments