Don't spam console with debug

This commit is contained in:
Jakob Borg 2014-05-16 18:39:00 +02:00
parent e22ddae3a8
commit 958c39ef5f
1 changed files with 0 additions and 1 deletions

View File

@ -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)
}