Browse Source

Remove stray printf (#9631)

for-closed-social
zeripath 4 years ago
committed by GitHub
parent
commit
0d515474b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      services/pull/patch.go

+ 0
- 1
services/pull/patch.go View File

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

Loading…
Cancel
Save