1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Remove leftover debugging

This commit is contained in:
Bryan Drewery 2018-02-21 21:26:46 +00:00
parent 4aa8cd6c0e
commit 5960d1f56f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462544

View File

@ -117,7 +117,6 @@ for _file in "${@}"; do
else
sites="$(${SORTED_MASTER_SITES_CMD_TMP})"
fi
echo $sites >&2
for site in ${sites}; do
sites_remaining=$((sites_remaining + 1))
done