Skip to content

Commit 4979b33

Browse files
committed
Remove trace code
1 parent 44bf811 commit 4979b33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: modules/git/repo_base_nogogit.go

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ func (repo *Repository) CatFileBatch(ctx context.Context) (WriteCloserError, *bu
7676
}
7777

7878
log.Debug("Opening temporary cat file batch for: %s", repo.Path)
79-
panic("lllllll")
8079
tempBatch, err := repo.NewBatch(ctx)
8180
if err != nil {
8281
return nil, nil, nil, err

0 commit comments

Comments
 (0)