comment in on demand

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2022-09-01 11:27:22 +02:00
parent 149e0eb0c7
commit 0f75baeadd
1 changed files with 3 additions and 3 deletions

View File

@ -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);
// }
}
}