Skip to content

Commit 488e491

Browse files
committed
rm logs
1 parent 34fac57 commit 488e491

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sdk/src/driftClient.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,11 +1552,6 @@ export class DriftClient {
15521552

15531553
await this.addUser(subAccountId, this.authority);
15541554

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-
15601555
const ix = this.program.instruction.updateUserPerpPositionCustomMarginRatio(
15611556
subAccountId,
15621557
perpMarketIndex,

0 commit comments

Comments
 (0)