Remove 'debug' text :p

This commit is contained in:
tretrauit 2021-06-22 15:50:15 +00:00
parent 0df5f92509
commit c15f0d3701

View File

@ -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