From 4696a4980a42556b40f34302d35f90efe5cafbdb Mon Sep 17 00:00:00 2001 From: sysmoon14 <61550824+sysmoon14@users.noreply.github.com> Date: Wed, 28 Feb 2024 09:04:56 +0000 Subject: [PATCH] Remove not needed print --- NSLGameScanner.py | 1 - 1 file changed, 1 deletion(-) diff --git a/NSLGameScanner.py b/NSLGameScanner.py index 2168812..37c5425 100644 --- a/NSLGameScanner.py +++ b/NSLGameScanner.py @@ -1055,7 +1055,6 @@ if new_shortcuts_added or shortcuts_updated: # Create the path to the output file output_file_path = f"{logged_in_home}/.config/systemd/user/NSLGameScanner_output.log" - print(decky_shortcuts.values()) # Open the output file in write mode with open(output_file_path, 'w') as output_file: for game in decky_shortcuts.values():