mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Remove stray printf (#9631)
This commit is contained in:
		@@ -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])
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user