]> source.dussan.org Git - gitea.git/commitdiff
Remove stray printf (#9631)
authorzeripath <art27@cantab.net>
Tue, 7 Jan 2020 14:30:03 +0000 (14:30 +0000)
committerGitHub <noreply@github.com>
Tue, 7 Jan 2020 14:30:03 +0000 (14:30 +0000)
services/pull/patch.go

index cb8d0144868d6766cbd0ffab93be7536340fa56e..57a2997b36ee79665cb6d6b8fb6c89d064cfb657 100644 (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])