Skip to content

Commit 3115da5

Browse files
committed
reduced log bloat
1 parent 12b6f1c commit 3115da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/routine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func CheckBlock(block *types.Block) {
8989
// todo this should fail at the highest instance were its wrapped in,
9090
// fatal made sense here while it only had one use,
9191
// but might not want to exit the program if used in other locations
92-
common.InfoLogger.Println("Processing block:", block.Height)
92+
//common.InfoLogger.Println("Processing block:", block.Height)
9393

9494
err := HandleBlock(block)
9595
if err != nil {

0 commit comments

Comments
 (0)