From 4ca26fd4f8879b0b67ac0705e0cdab46ef910885 Mon Sep 17 00:00:00 2001 From: Markus Frosch <markus.frosch@icinga.com> Date: Fri, 30 Jul 2021 10:50:46 +0200 Subject: [PATCH] Remove debugging statement --- icinga-build-deb-source | 1 - 1 file changed, 1 deletion(-) diff --git a/icinga-build-deb-source b/icinga-build-deb-source index 0703e3d..030fd95 100755 --- a/icinga-build-deb-source +++ b/icinga-build-deb-source @@ -104,7 +104,6 @@ tar xvf "${tarball}" \ --exclude="debian/*" \ --strip 1 \ -C "${BUILDDIR}/${ICINGA_BUILD_PROJECT}"/ -exit 1 # build source debian package cd "${BUILDDIR}/${ICINGA_BUILD_PROJECT}" -- GitLab