mirror of
https://github.com/kopia/kopia.git
synced 2026-05-18 11:44:36 -04:00
feat(repository): removed noisy log output (#1803)
This commit is contained in:
@@ -703,7 +703,6 @@ func (bm *WriteManager) WriteContent(ctx context.Context, data gather.Bytes, pre
|
||||
// content already tracked
|
||||
if err == nil {
|
||||
if !bi.GetDeleted() {
|
||||
bm.log.Debugf("write-content %v already-exists", contentID)
|
||||
return contentID, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user