diff --git a/ts/client/src/debug-scripts/mb-debug-user.ts b/ts/client/src/debug-scripts/mb-debug-user.ts index a3ee8ed38..159affef7 100644 --- a/ts/client/src/debug-scripts/mb-debug-user.ts +++ b/ts/client/src/debug-scripts/mb-debug-user.ts @@ -216,9 +216,7 @@ async function main(): Promise { for (const mangoAccount of mangoAccounts) { console.log(`MangoAccount ${mangoAccount.publicKey}`); - if (mangoAccount.name === 'PnL Test') { - await debugUser(client, group, mangoAccount); - } + await debugUser(client, group, mangoAccount); } }