mirror of https://github.com/restic/restic.git
repository: remove redundant debug log
This commit is contained in:
parent
021fb49559
commit
6563f1d2ca
|
@ -238,11 +238,6 @@ func (r *Repository) LoadBlob(ctx context.Context, t restic.BlobType, id restic.
|
||||||
var lastError error
|
var lastError error
|
||||||
for _, blob := range blobs {
|
for _, blob := range blobs {
|
||||||
debug.Log("blob %v/%v found: %v", t, id, blob)
|
debug.Log("blob %v/%v found: %v", t, id, blob)
|
||||||
|
|
||||||
if blob.Type != t {
|
|
||||||
debug.Log("blob %v has wrong block type, want %v", blob, t)
|
|
||||||
}
|
|
||||||
|
|
||||||
// load blob from pack
|
// load blob from pack
|
||||||
h := backend.Handle{Type: restic.PackFile, Name: blob.PackID.String(), IsMetadata: t.IsMetadata()}
|
h := backend.Handle{Type: restic.PackFile, Name: blob.PackID.String(), IsMetadata: t.IsMetadata()}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue