aboutsummaryrefslogtreecommitdiff
path: root/cmd_collect.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2023-03-18 17:19:15 +0000
committerRasmus Dahlberg <rasmus@rgdd.se>2023-03-18 19:34:47 +0100
commit3715c5d8d2c36811732715257be8e7ffd0770d47 (patch)
tree08afd679be774e3d7bbb7f26b872628864b5af9a /cmd_collect.go
parentcb3a473613887488567dcbf8ba66e90372d623a9 (diff)
Fix few debug prints
Diffstat (limited to 'cmd_collect.go')
-rw-r--r--cmd_collect.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_collect.go b/cmd_collect.go
index 4402905..b33ceca 100644
--- a/cmd_collect.go
+++ b/cmd_collect.go
@@ -295,6 +295,6 @@ func persist(c *chunk.Chunk,
End: int64(sth.TreeSize),
Done: uint64(newTH.TreeSize) == sth.TreeSize,
}
- logger.Printf("DEBUG: %s: persisted [%d, %d]\n", desc, oldTH.TreeSize, newTH.TreeSize)
+ //logger.Printf("DEBUG: %s: persisted [%d, %d]\n", desc, oldTH.TreeSize, newTH.TreeSize)
return false, nil
}