You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Make some debug prints verbose-only, remove others
This commit is contained in:
@@ -792,7 +792,6 @@ Error DocData::_load(Ref<XMLParser> parser) {
|
||||
class_list[name] = ClassDoc();
|
||||
ClassDoc &c = class_list[name];
|
||||
|
||||
//print_line("class: "+name);
|
||||
c.name = name;
|
||||
if (parser->has_attribute("inherits"))
|
||||
c.inherits = parser->get_attribute_value("inherits");
|
||||
|
||||
Reference in New Issue
Block a user