diff --git a/cmd/restic/cmd_debug.go b/cmd/restic/cmd_debug.go index 12c44dd19..bbba32cc3 100644 --- a/cmd/restic/cmd_debug.go +++ b/cmd/restic/cmd_debug.go @@ -141,11 +141,6 @@ func runDebugDump(gopts GlobalOptions, args []string) error { } } - err = repo.LoadIndex(gopts.ctx) - if err != nil { - return err - } - tpe := args[0] switch tpe {