You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Remove usage console spam
This commit is contained in:
@@ -5797,7 +5797,6 @@ GDScriptParser::DataType GDScriptParser::_reduce_node_type(Node *p_node) {
|
|||||||
if (id->declared_block) {
|
if (id->declared_block) {
|
||||||
node_type = id->declared_block->variables[id->name]->get_datatype();
|
node_type = id->declared_block->variables[id->name]->get_datatype();
|
||||||
id->declared_block->variables[id->name]->usages += 1;
|
id->declared_block->variables[id->name]->usages += 1;
|
||||||
print_line("var " + id->name + " line " + itos(id->line) + " usages " + itos(id->declared_block->variables[id->name]->usages));
|
|
||||||
} else if (id->name == "#match_value") {
|
} else if (id->name == "#match_value") {
|
||||||
// It's a special id just for the match statetement, ignore
|
// It's a special id just for the match statetement, ignore
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user