mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2025-12-28 22:40:05 -06:00
Remove leftover debug code
This commit is contained in:
@@ -134,15 +134,11 @@ func outputBriefFileSizes(log *lib.Logger, shuckleAddress string) {
|
||||
bin := histo.WhichBin(statResp.Size)
|
||||
histoSizes[shid][bin] += statResp.Size
|
||||
}
|
||||
log.Info("finished with shard %v", shid)
|
||||
break
|
||||
/*
|
||||
if filesResp.NextId == msgs.NULL_INODE_ID {
|
||||
log.Info("finished with shard %v", shid)
|
||||
break
|
||||
}
|
||||
filesReq.BeginId = filesResp.NextId
|
||||
*/
|
||||
if filesResp.NextId == msgs.NULL_INODE_ID {
|
||||
log.Info("finished with shard %v", shid)
|
||||
break
|
||||
}
|
||||
filesReq.BeginId = filesResp.NextId
|
||||
}
|
||||
wg.Done()
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user