mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 16:19:19 +01:00
Remove not needed print
This commit is contained in:
parent
e20000b910
commit
4696a4980a
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user