Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
totegamma committed Oct 12, 2024
1 parent f828654 commit 6235be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/store/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ func (r *repository) SyncCommitFile(ctx context.Context, owner string) error {
for {
var commits []core.CommitLog

query := r.db.Debug().WithContext(ctx).
query := r.db.WithContext(ctx).
Joins("JOIN commit_owners ON commit_owners.commit_log_id = commit_logs.id").
Where("commit_owners.owner = ?", owner).
Where("commit_logs.is_ephemeral = ?", false)
Expand Down

0 comments on commit 6235be3

Please sign in to comment.