chore: remove extra debug statement

This commit is contained in:
Jose Diaz-Gonzalez 2022-09-10 21:05:23 -04:00
parent 25fb7889a5
commit 7fe92f4821
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ if [[ ! -d "${PCRE_TARBALL%.tar.gz}" ]]; then
echo "-----> Download and unzip pcre ${PCRE_VERSION} via http"
curl -sSL "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-${PCRE_VERSION}/${PCRE_TARBALL}" -o "${PCRE_TARBALL}"
tar xzf "${PCRE_TARBALL}" && rm -f "${PCRE_TARBALL}"
ls -lah
fi
if [[ ! -d "${ZLIB_TARBALL%.tar.gz}" ]]; then