Remove a debugging line from the get_source script

[skip changelog]
This commit is contained in:
Benjamin A. Beasley 2024-08-06 17:32:36 -04:00
commit de9115b8d0

View file

@ -25,7 +25,6 @@ curl -L -O "${URL}"
ARCHIVE="$(find . -mindepth 1 -maxdepth 1 -type f -name '*.tar.gz' -print -quit)"
echo "--> Extracting: $(basename "${ARCHIVE}")" 1>&2
tar -xzf "${ARCHIVE}"
cp -p "${ARCHIVE}" /tmp/
echo '--> Removing tests due to licensing issues' 1>&2
TARDIR="$(basename "${ARCHIVE}" '.tar.gz')"
MTIME="$(stat -c '%Y' "${TARDIR}")"