forked from NYANDEV/forgejo
Remove stray printf (#9631)
This commit is contained in:
parent
c88f0fed36
commit
0d515474b8
1 changed files with 0 additions and 1 deletions
|
@ -171,7 +171,6 @@ func TestPatch(pr *models.PullRequest) error {
|
||||||
scanner := bufio.NewScanner(stderrReader)
|
scanner := bufio.NewScanner(stderrReader)
|
||||||
for scanner.Scan() {
|
for scanner.Scan() {
|
||||||
line := scanner.Text()
|
line := scanner.Text()
|
||||||
fmt.Printf("%s\n", line)
|
|
||||||
if strings.HasPrefix(line, prefix) {
|
if strings.HasPrefix(line, prefix) {
|
||||||
conflict = true
|
conflict = true
|
||||||
filepath := strings.TrimSpace(strings.Split(line[len(prefix):], ":")[0])
|
filepath := strings.TrimSpace(strings.Split(line[len(prefix):], ":")[0])
|
||||||
|
|
Loading…
Reference in a new issue