rm unused log

This commit is contained in:
Sina Mahmoodi 2022-01-10 15:38:56 +01:00
parent 114a81e0d6
commit 208c7a9d45
1 changed files with 0 additions and 1 deletions

View File

@ -329,7 +329,6 @@ func (f *freezer) validate() error {
name = k
break
}
log.Info("validate", "name", name, "length", length)
// Now check every table against that length
for k, table := range f.tables {
items := atomic.LoadUint64(&table.items)