backend: remove a few unnecessary debug logs

This commit is contained in:
Michael Eischer
2023-04-07 23:22:00 +02:00
parent 8e1e3844aa
commit 803640ba4b
4 changed files with 0 additions and 11 deletions

View File

@@ -144,8 +144,6 @@ func (be *MemoryBackend) Remove(ctx context.Context, h restic.Handle) error {
be.m.Lock()
defer be.m.Unlock()
debug.Log("Remove %v", h)
h.ContainedBlobType = restic.InvalidBlob
if _, ok := be.data[h]; !ok {
return errNotFound