ceremony: Remove unnecessary fmt.Print (#7368)
I accidentally left this print line in while working on https://github.com/letsencrypt/boulder/pull/7364 and forgot to clean it up.
This commit is contained in:
		
							parent
							
								
									62153579db
								
							
						
					
					
						commit
						8a74de18ab
					
				| 
						 | 
				
			
			@ -90,7 +90,6 @@ func postIssuanceLinting(fc *x509.Certificate, skipLints []string) error {
 | 
			
		|||
	if err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
	fmt.Print()
 | 
			
		||||
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue