From ad0ce0dac5c6c44296fc3b8b6b488a2fe1f4e9f9 Mon Sep 17 00:00:00 2001 From: Dummerle Date: Mon, 14 Dec 2020 21:12:38 +0100 Subject: [PATCH] Small Bugfixes --- legendary/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/legendary/cli.py b/legendary/cli.py index 2165a37..345fb19 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -513,7 +513,6 @@ class LegendaryCLI: if latest.build_version != igame.version: logger.error('Game is out of date, please update or launch with update check skipping!') exit(1) - print(args) params, cwd, env = self.core.get_launch_parameters(app_name=app_name, offline=args.offline, extra_args=extra, user=args.user_name_override, wine_bin=args.wine_bin, wine_pfx=args.wine_pfx,