We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf5e6d commit 8998913Copy full SHA for 8998913
modules/git/repo_base_nogogit.go
@@ -76,7 +76,6 @@ func (repo *Repository) CatFileBatch(ctx context.Context) (WriteCloserError, *bu
76
}
77
78
log.Debug("Opening temporary cat file batch for: %s", repo.Path)
79
- panic("lllllll")
80
tempBatch, err := repo.NewBatch(ctx)
81
if err != nil {
82
return nil, nil, nil, err
0 commit comments