Skip to content

Commit

Permalink
Update packages/tenderly-core/src/internal/cli/commands/NetworksComma…
Browse files Browse the repository at this point in the history
…nd.ts

Co-authored-by: Dalibor Aleksov <[email protected]>
  • Loading branch information
dule-git and daleksov authored Dec 14, 2022
1 parent 0579ef9 commit 674bed5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const NetworksCommand = new commander.Command("networks")
filteredNetworks.sort((a, b) => a.sort_order - b.sort_order);

const logCompliantNetworks = convertToLogCompliantNetworks(filteredNetworks);
logger.silly("Obtained filtered public networks:", filteredNetworks);
logger.silly("Obtained filtered public networks:", logCompliantNetworks);

const table = new Table({
style: { head: ["magenta"] },
Expand Down

0 comments on commit 674bed5

Please sign in to comment.