Removed unnescessary println statements (oopsie)
This commit is contained in:
		
							parent
							
								
									ef90115a1b
								
							
						
					
					
						commit
						717474a59e
					
				| @ -94,9 +94,6 @@ func (parser *ParsingOperation) parseObjectInitializationValues () ( | |||||||
| 	initializationValues ObjectInitializationValues, | 	initializationValues ObjectInitializationValues, | ||||||
| 	err                  error, | 	err                  error, | ||||||
| ) { | ) { | ||||||
| 	println("BEGIN") |  | ||||||
| 	defer println("END") |  | ||||||
| 	 |  | ||||||
| 	initializationValues.attributes = make(map[string] Argument) | 	initializationValues.attributes = make(map[string] Argument) | ||||||
| 
 | 
 | ||||||
| 	baseIndent := 0 | 	baseIndent := 0 | ||||||
| @ -116,8 +113,6 @@ func (parser *ParsingOperation) parseObjectInitializationValues () ( | |||||||
| 		// do not parse any further if the indent has changed | 		// do not parse any further if the indent has changed | ||||||
| 		if indent != baseIndent { break } | 		if indent != baseIndent { break } | ||||||
| 
 | 
 | ||||||
| 		println("HIT") |  | ||||||
| 
 |  | ||||||
| 		// move on to the beginning of the line, which must contain | 		// move on to the beginning of the line, which must contain | ||||||
| 		// a member initialization value | 		// a member initialization value | ||||||
| 		err = parser.nextToken(lexer.TokenKindDot) | 		err = parser.nextToken(lexer.TokenKindDot) | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user