Remove a few debugging prints

(cherry picked from commit 84267915f5)
This commit is contained in:
Hugo Locurcio
2018-02-05 11:30:50 +01:00
committed by Hein-Pieter van Braam
parent 5d7867082d
commit 79ef5f92a9
2 changed files with 0 additions and 4 deletions

View File

@@ -143,8 +143,6 @@ void ARVRServer::add_interface(const Ref<ARVRInterface> &p_interface) {
};
};
print_line("ARVR: Registered interface: " + p_interface->get_name());
interfaces.push_back(p_interface);
emit_signal("interface_added", p_interface->get_name());
};