Added back logging

This commit is contained in:
Alessandro Autiero
2024-06-15 18:40:46 +02:00
parent e3a42d6b81
commit 47adb572ea
2 changed files with 3 additions and 7 deletions

View File

@@ -239,7 +239,6 @@ class _LaunchButtonState extends State<LaunchButton> {
_gameController.password.text,
host,
hostType,
false,
""
);
log("[${host ? 'HOST' : 'GAME'}] Generated game args: ${gameArgs.join(" ")}");