#2768 - Removed debugging print statement

This commit is contained in:
Chris McCarthy
2024-08-09 09:32:13 +01:00
parent a3a9ca9963
commit 72e6e78ed7

View File

@@ -335,7 +335,6 @@ class PrimaiteGame:
"""Set listener ports on software."""
listen_on_ports = []
for port_id in set(software_cfg.get("options", {}).get("listen_on_ports", [])):
print("yes", port_id)
port = None
if isinstance(port_id, int):
port = Port(port_id)