From bf07753b97ec67284f39c5bc34c9671305547419 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 21 Jul 2023 16:16:49 +0200 Subject: [PATCH] remove debug output --- public_html/deployment/pages/act_build.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/public_html/deployment/pages/act_build.php b/public_html/deployment/pages/act_build.php index 265443a9..55412973 100644 --- a/public_html/deployment/pages/act_build.php +++ b/public_html/deployment/pages/act_build.php @@ -30,8 +30,6 @@ if (array_key_exists("branchname", $aParams)) { $sBranchname = $oPrj->getBranchname(true); } -echo "DEBUG: Branch: [$sBranchname]<br>"; - if (!array_key_exists("confirm", $aParams)) { // ------------------------------------------------------------ // let the user click a button to make a new build -- GitLab