From c15f0d37010b97e6a5eb2b508cdbb67c66ab2b7e Mon Sep 17 00:00:00 2001 From: tretrauit <3550664-tretrauit@users.noreply.gitlab.com> Date: Tue, 22 Jun 2021 15:50:15 +0000 Subject: [PATCH] Remove 'debug' text :p --- CS_Win_Proton_dowser_patch.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/CS_Win_Proton_dowser_patch.sh b/CS_Win_Proton_dowser_patch.sh index 17a517b..5452b16 100644 --- a/CS_Win_Proton_dowser_patch.sh +++ b/CS_Win_Proton_dowser_patch.sh @@ -9,7 +9,6 @@ cd "$CS_LOCATION" PROTON6=false for steam_apps in ./../*/; do if [[ $steam_apps == *"Proton 6"* || $steam_apps == *"Proton - Experimental"* ]]; then - echo "debug" PROTON6=true break fi