remove unnecesary found bug? print, closes #5028
(cherry picked from commit fea9511bc6
)
This commit is contained in:
parent
b06cf23c1a
commit
d945dbdd0f
|
@ -730,7 +730,7 @@ GDParser::Node* GDParser::_parse_expression(Node *p_parent,bool p_static,bool p_
|
|||
|
||||
//find list [ or find dictionary {
|
||||
|
||||
print_line("found bug?");
|
||||
//print_line("found bug?");
|
||||
|
||||
_set_error("Error parsing expression, misplaced: "+String(tokenizer->get_token_name(tokenizer->get_token())));
|
||||
return NULL; //nothing
|
||||
|
|
Loading…
Reference in New Issue