summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packager/openslx.functions1
1 files changed, 0 insertions, 1 deletions
diff --git a/packager/openslx.functions b/packager/openslx.functions
index 0e28cc15..6a95f1f0 100644
--- a/packager/openslx.functions
+++ b/packager/openslx.functions
@@ -505,7 +505,6 @@ add_cleanup() {
do_cleanup() {
trap '' SIGINT SIGTERM EXIT # from now on, ignore INT and TERM
for i in $(seq $(( ${#cleanup_commands[*]} - 1 )) -1 0); do
- pinfo "Running: ${cleanup_commands[$i]}"
eval ${cleanup_commands[$i]}
done
}