Skip to content

Commit

Permalink
Remove not needed print
Browse files Browse the repository at this point in the history
  • Loading branch information
sysmoon14 authored Feb 28, 2024
1 parent e20000b commit 4696a49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NSLGameScanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,6 @@ def get_amazon_games():

# 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():
Expand Down

0 comments on commit 4696a49

Please sign in to comment.