Browse Source

Don't spam console with debug

Jakob Borg 11 years ago
parent
commit
958c39ef5f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      model/puller.go

+ 0 - 1
model/puller.go

@@ -352,7 +352,6 @@ func (p *puller) handleBlock(b bqBlock) bool {
 			l.Debugf("pull: error: %q / %q has already failed: %v", p.repo, f.Name, of.err)
 		}
 		if b.last {
-			l.Debugf("pull: removing failed file %q / %q", p.repo, f.Name)
 			delete(p.openFiles, f.Name)
 		}