diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-08-24 09:35:07 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-08-24 14:59:01 +0200 |
| commit | 52466d57e9c2897c40698a09482e5e7de230368f (patch) | |
| tree | 54ff3bb78961ca5d8120cc7e6abe91f5c99d92b7 /modules/gdscript/gdscript_parser.cpp | |
| parent | d442f3d0aa4185f154bee396efaf24ceb73c9d84 (diff) | |
| download | redot-engine-52466d57e9c2897c40698a09482e5e7de230368f.tar.gz | |
Make some debug prints verbose-only, remove others
Diffstat (limited to 'modules/gdscript/gdscript_parser.cpp')
| -rw-r--r-- | modules/gdscript/gdscript_parser.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/gdscript/gdscript_parser.cpp b/modules/gdscript/gdscript_parser.cpp index 2c0d541d8f..a3f5e1819e 100644 --- a/modules/gdscript/gdscript_parser.cpp +++ b/modules/gdscript/gdscript_parser.cpp @@ -1074,9 +1074,6 @@ GDScriptParser::Node *GDScriptParser::_parse_expression(Node *p_parent, bool p_s } else { //find list [ or find dictionary { - - //print_line("found bug?"); - _set_error("Error parsing expression, misplaced: " + String(tokenizer->get_token_name(tokenizer->get_token()))); return NULL; //nothing } |
