mirror of
https://github.com/restic/restic.git
synced 2025-10-09 15:30:24 +00:00
backend: extract most debug logs into logger backend
This commit is contained in:
@@ -34,8 +34,6 @@ func (be *Backend) Save(ctx context.Context, h restic.Handle, rd restic.RewindRe
|
||||
return err
|
||||
}
|
||||
|
||||
debug.Log("faked saving %v bytes at %v", rd.Length(), h)
|
||||
|
||||
// don't save anything, just return ok
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user