Skip to content

Commit db80c33

Browse files
author
Marco Bakera
committed
debug prints removed.
1 parent e9b7f47 commit db80c33

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

godot_emu/Map.gd

-3
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@ func clear_display():
3939
# Called every frame. 'delta' is the elapsed time since the previous frame.
4040
func _process(delta):
4141
if server.is_connection_available():
42-
print("conn available")
4342
var conn = server.take_connection()
44-
print("bytes available ", conn.get_available_bytes())
4543
var bs = conn.get_data(conn.get_available_bytes())
46-
print("bytes ", bs, len(bs))
4744
process_bytes(bs[1])
4845

4946

0 commit comments

Comments
 (0)