mirror of
https://github.com/restic/restic.git
synced 2025-08-11 10:17:44 +00:00
backend: remove a few unnecessary debug logs
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user