Skip to content

Commit 0d51547

Browse files
authored
Remove stray printf (#9631)
1 parent c88f0fe commit 0d51547

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/pull/patch.go

-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ func TestPatch(pr *models.PullRequest) error {
171171
scanner := bufio.NewScanner(stderrReader)
172172
for scanner.Scan() {
173173
line := scanner.Text()
174-
fmt.Printf("%s\n", line)
175174
if strings.HasPrefix(line, prefix) {
176175
conflict = true
177176
filepath := strings.TrimSpace(strings.Split(line[len(prefix):], ":")[0])

0 commit comments

Comments
 (0)