diff options
| author | Jonathan Bauer | 2013-06-13 13:49:05 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-06-13 13:49:05 +0200 |
| commit | d51b1cbd6089611568e917d1c6a2399bbdff6355 (patch) | |
| tree | 5592dbbb2cfc73fc383c03e761d94f39720bb439 | |
| parent | [systemd] add libacl-dev package to required installed packages (diff) | |
| download | tm-scripts-d51b1cbd6089611568e917d1c6a2399bbdff6355.tar.gz tm-scripts-d51b1cbd6089611568e917d1c6a2399bbdff6355.tar.xz tm-scripts-d51b1cbd6089611568e917d1c6a2399bbdff6355.zip | |
[fileutil.inc] remove debug message
| -rw-r--r-- | helper/fileutil.inc | 1 |
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} || \ |
