Remove not needed print

This commit is contained in:
sysmoon14 2024-02-28 09:04:56 +00:00 committed by GitHub
parent e20000b910
commit 4696a4980a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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():