We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bf811 commit 4979b33Copy full SHA for 4979b33
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