fix(test): remove logging of var

This commit is contained in:
Gabe Kangas 2024-08-21 14:33:36 -07:00
parent 10a90db8aa
commit bc1813c3cf

View File

@ -5,8 +5,6 @@ set -e
function install_ffmpeg() {
# install a specific version of ffmpeg
echo $OSTYPE
if [[ "$OSTYPE" == "linux-"* ]]; then
OS="linux"
elif [[ "$OSTYPE" == "darwin"* ]]; then