Skip to content

Commit

Permalink
remove extra debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Nov 18, 2024
1 parent f9848c7 commit f859d5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gam-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ case $gamos in
grep --only-matching '\-macos[0-9\.]*' | \
cut -c 7-10)
for gam_mac_ver in $gam_macos_vers; do
echo -e "$gam_mac_ver\n"
if version_gt $currentversion $gam_mac_ver; then
usemac="$gam_mac_ver"
echo_green "Using GAM compiled against $usemac"
Expand Down

0 comments on commit f859d5e

Please sign in to comment.