Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 12, 2024
1 parent d61f6b3 commit ddd12be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/localnet/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ export const initLocalnet = async (port: number) => {
foreignCoins,
});
});
console.log(foreignCoins);

process.stdin.resume();

Expand Down

0 comments on commit ddd12be

Please sign in to comment.