Skip to content

Commit

Permalink
Merge pull request #34 from datachainlab/suppress_dev_log
Browse files Browse the repository at this point in the history
Suppress development log
  • Loading branch information
yoshidan authored Jul 16, 2024
2 parents cf4c1ff + 284b4c8 commit d1408e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion module/constant/development.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ func init() {
panic(err)
}
BlocksPerEpoch = uint64(iBlocksPerEpoch)
log.Printf("blocks per epoch = %d", BlocksPerEpoch)
if BlocksPerEpoch != 200 {
log.Printf("blocks per epoch = %d", BlocksPerEpoch)
}
}

0 comments on commit d1408e8

Please sign in to comment.