You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Make some debug prints verbose-only, remove others
This commit is contained in:
@@ -112,7 +112,6 @@ void PluginConfigDialog::_notification(int p_what) {
|
||||
void PluginConfigDialog::config(const String &p_config_path) {
|
||||
if (p_config_path.length()) {
|
||||
Ref<ConfigFile> cf = memnew(ConfigFile);
|
||||
print_line(p_config_path);
|
||||
cf->load(p_config_path);
|
||||
|
||||
name_edit->set_text(cf->get_value("plugin", "name", ""));
|
||||
|
||||
Reference in New Issue
Block a user