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