From 21cb96b48401fc8b4de76f93c46c41fbdbeded75 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Tue, 15 Aug 2023 19:54:44 -0700 Subject: [PATCH] deleted print string --- NonSteamLaunchers.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 6960333..a49cb13 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -2890,9 +2890,6 @@ def create_new_entry(shortcutdirectory, appname, launchoptions, startingdir): shortcuts['shortcuts'][str(max_key + 1)] = new_entry - # Print the values of appname, exe, and entry_exists - print(f'appname: {appname}, exe: {exe}, entry_exists: {entry_exists}') - create_new_entry('$epicshortcutdirectory', 'Epic Games', '$epiclaunchoptions', '$epicstartingdir') create_new_entry('$gogshortcutdirectory', 'Gog Galaxy', '$goglaunchoptions', '$gogstartingdir') create_new_entry('$uplayshortcutdirectory', 'Ubisoft Connect', '$uplaylaunchoptions', '$uplaystartingdir')