diff --git a/ts/client/src/debug-scripts/mb-debug-user.ts b/ts/client/src/debug-scripts/mb-debug-user.ts index 50c2da8cf..47d856dd7 100644 --- a/ts/client/src/debug-scripts/mb-debug-user.ts +++ b/ts/client/src/debug-scripts/mb-debug-user.ts @@ -177,9 +177,9 @@ async function main() { for (const mangoAccount of mangoAccounts) { console.log(`MangoAccount ${mangoAccount.publicKey}`); - if (mangoAccount.name === '2nd Account') { - await debugUser(client, group, mangoAccount); - } + // if (mangoAccount.name === '2nd Account') { + await debugUser(client, group, mangoAccount); + // } } }