removing print log
This commit is contained in:
parent
e6288189ca
commit
76dc1ca164
@ -170,6 +170,5 @@ func _on_property_update(node_id: String, property_name: String, value: Variant)
|
||||
if NetworkManager.node_map.has(node_id):
|
||||
var node = NetworkManager.node_map[node_id]
|
||||
node.set(property_name, value)
|
||||
print("Received property update: " + property_name + " = " + str(value))
|
||||
else:
|
||||
printerr("Received property update but node_id is wrong? Expected " + str(network_uuid) + " but got " + str(node_id))
|
||||
|
Loading…
Reference in New Issue
Block a user