summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--helper/fileutil.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/helper/fileutil.inc b/helper/fileutil.inc
index ec5c9319..33b3bd65 100644
--- a/helper/fileutil.inc
+++ b/helper/fileutil.inc
@@ -83,7 +83,6 @@ install_dependencies() {
#
install_packages() {
[ $# -eq 0 ] && perror "Sanity check failed: no argument given to install_package"
- pdebug "ARGS: $@"
local PACKAGE_LIST="$@"
if [ "x$PACKET_MANAGER" == "xapt" ]; then
apt-get install -y ${PACKAGE_LIST} || \