Skip to content

Commit

Permalink
remove logger.info from simulate
Browse files Browse the repository at this point in the history
  • Loading branch information
nil-amrutlal committed Nov 6, 2023
1 parent 36aae81 commit 3cf97ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/apps/graph/src/devnet/simulation/simulate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ export async function simulate({
accounts.push(nextAccount);
}

logger.info(accounts);

await new Promise((resolve) => setTimeout(resolve, transferInterval));
}
counter++;
Expand Down

0 comments on commit 3cf97ca

Please sign in to comment.