From ef55191ed0dc3f38163fb06f760344ea036fd668 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Wed, 27 Sep 2023 21:50:27 +0200
Subject: [PATCH] FIX: duplicate footer var

---
 build.properties.d/00_default.properties | 2 --
 1 file changed, 2 deletions(-)

diff --git a/build.properties.d/00_default.properties b/build.properties.d/00_default.properties
index 62fb07a9..99a031ce 100644
--- a/build.properties.d/00_default.properties
+++ b/build.properties.d/00_default.properties
@@ -145,8 +145,6 @@ BUILD_FOOTER_CUSTOM_ELEMENT_TWO='<p class="caosdb-footer-element"> <a href="http
 # Files from the `build.properties.files` directory can also be included here
 # These files will also have a second step of variable substitution with
 # ${BUILD_NUMBER}.
-BUILD_FOOTER_CUSTOM_ELEMENT_TWO=
-# BUILD_FOOTER_CUSTOM_ELEMENT_TWO=$(cat footer_element_2.html)
 
 ##############################################################################
 # ext_trigger_crawler_form properties
-- 
GitLab