mirror of
https://github.com/godotengine/godot.git
synced 2025-10-30 13:11:13 +00:00
Cleanup unnecessary debug prints
This commit is contained in:
parent
393daf0502
commit
6361e24f29
17 changed files with 14 additions and 172 deletions
|
|
@ -138,7 +138,7 @@ void ARVRServer::add_interface(const Ref<ARVRInterface> &p_interface) {
|
|||
};
|
||||
};
|
||||
|
||||
print_line("Registered interface " + p_interface->get_name());
|
||||
print_line("ARVR: Registered interface: " + p_interface->get_name());
|
||||
|
||||
interfaces.push_back(p_interface);
|
||||
emit_signal("interface_added", p_interface->get_name());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue