Remove spurious fmt

This commit is contained in:
Jae Kwon 2016-11-21 20:19:01 -08:00
parent dd12bd8f1b
commit 2a306419c8
1 changed files with 0 additions and 1 deletions

View File

@ -196,7 +196,6 @@ func (g *Group) checkTotalSizeLimit() {
gInfo := g.readGroupInfo()
totalSize := gInfo.TotalSize
for i := 0; i < maxFilesToRemove; i++ {
fmt.Println(">>", gInfo, totalSize, i)
index := gInfo.MinIndex + i
if totalSize < limit {
return