abuild: remove debug message

this was added by mistake
This commit is contained in:
Natanael Copa 2014-10-02 09:21:47 +00:00
parent aa74d0eccc
commit f1b0b3de5e
1 changed files with 0 additions and 1 deletions

View File

@ -1594,7 +1594,6 @@ builddeps() {
if [ -n "$install_deps" ] && [ -z "$recursive" ]; then
# make a --simulate run first to detect missing deps
# apk-tools --virtual is no goot at reporting those.
msg "Installing packages on builder: $builddeps"
$SUDO_APK add --repository "$abuildrepo" $apk_opt_wait \
--simulate --quiet $builddeps || return 1
$SUDO_APK add --repository "$abuildrepo" $apk_opt_wait \