feat(repository): removed noisy log output (#1803)

This commit is contained in:
Jarek Kowalski
2022-03-06 18:51:23 -08:00
committed by GitHub
parent 369d304084
commit 133513c2cb

View File

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