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

@@ -207,7 +207,6 @@ func (b *Backend) openReader(ctx context.Context, h restic.Handle, length int, o
}
req.Header.Set("Range", byteRange)
req.Header.Set("Accept", ContentTypeV2)
debug.Log("Load(%v) send range %v", h, byteRange)
resp, err := b.client.Do(req)