mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Remove some debugging prints.
This commit is contained in:
		
							parent
							
								
									a9d37835ad
								
							
						
					
					
						commit
						25a309c0a9
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -71,8 +71,6 @@ def finalize_options (self): | |||
|         if self.optimize is None: | ||||
|             self.optimize = 0 | ||||
| 
 | ||||
|         print "install_lib: compile=%s, optimize=%s" % \ | ||||
|               (`self.compile`, `self.optimize`) | ||||
|         if type(self.optimize) is not IntType: | ||||
|             try: | ||||
|                 self.optimize = int(self.optimize) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Greg Ward
						Greg Ward