mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	py_wrap: remove some debug statements
This commit is contained in:
		
							parent
							
								
									e9e67f381c
								
							
						
					
					
						commit
						d5aadeae3b
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -2046,13 +2046,11 @@ def parse_header(source): | |||
| 		if len(classes): | ||||
| 			c = (classes[-1][0], classes[-1][1] + nesting_delta(ugly_line)) | ||||
| 			classes[-1] = c | ||||
| 			debug(f"switch to uhh depth {c[1]}", 2) | ||||
| 			if c[1] == 0: | ||||
| 				if c[0] == None: | ||||
| 					debug("\tExiting unknown class", 3) | ||||
| 				else: | ||||
| 					debug("\tExiting class " + c[0].name, 3) | ||||
| 				debug(f"nevermind!", 2) | ||||
| 				classes.pop() | ||||
| 				private_segment = False | ||||
| 				i += 1 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue