Browse Source

Remove spurious fmt

pull/1842/head
Jae Kwon 8 years ago
parent
commit
2a306419c8
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      group.go

+ 0
- 1
group.go 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


Loading…
Cancel
Save