We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88f0fe commit 0d51547Copy full SHA for 0d51547
services/pull/patch.go
@@ -171,7 +171,6 @@ func TestPatch(pr *models.PullRequest) error {
171
scanner := bufio.NewScanner(stderrReader)
172
for scanner.Scan() {
173
line := scanner.Text()
174
- fmt.Printf("%s\n", line)
175
if strings.HasPrefix(line, prefix) {
176
conflict = true
177
filepath := strings.TrimSpace(strings.Split(line[len(prefix):], ":")[0])
0 commit comments