Browse Source

remove unnecesary found bug? print, closes #5028

Juan Linietsky 9 years ago
parent
commit
fea9511bc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/gdscript/gd_parser.cpp

+ 1 - 1
modules/gdscript/gd_parser.cpp

@@ -730,7 +730,7 @@ GDParser::Node* GDParser::_parse_expression(Node *p_parent,bool p_static,bool p_
 
 
 			//find list [ or find dictionary {
 			//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())));
 			_set_error("Error parsing expression, misplaced: "+String(tokenizer->get_token_name(tokenizer->get_token())));
 			return NULL;		//nothing
 			return NULL;		//nothing