Skip to content

Commit

Permalink
reduce start up logs
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Oct 24, 2024
1 parent 544e7ce commit f0a449d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ private boolean generateZeroState(Node node) throws IOException {

String createStateResult = new CreateStateExecutor().execute(node, node.getTonBinDir() + "smartcont" + File.separator + "gen-zerostate.fif");

log.debug("creating zero-state output: {}", createStateResult);
// log.debug("creating zero-state output");
// log.debug("creating zero-state output: {}", createStateResult);
log.debug("creating zero-state output");

String mainWalletAddrBoth = sb(createStateResult, "wallet address = ", "(Saving address to file");
String electorSmcAddrBoth = sb(createStateResult, "elector smart contract address = ", "(Saving address to file");
Expand Down

0 comments on commit f0a449d

Please sign in to comment.