From 191afbd2c87b2f2188b590bd8a890f70ac80aa19 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 7 Nov 2024 02:23:12 +0100 Subject: [PATCH] build(Makefile): remove some more debug echoes --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 49bca8064..718063eef 100644 --- a/Makefile +++ b/Makefile @@ -172,9 +172,7 @@ lint-%: --act ; --develop_%: PORTS = $(foreach PORT,$(BASE_PORTS),$(shell utils/next_free_port.pl $(PORT))) --develop_%: --ensure-develop - echo "--develop ################## ATTACHED: $(CONTAINER_ATTACHED)" DEVELOP=develop/`cat develop/.current` ; \ - echo "$(SERVICE_PARALLEL)" ; \ if [[ "$(SERVICE_PARALLEL)" == "false" ]] ; then \ CONTAINER_IDENT=$(CF_PREFIX)$(SERVICE_VARIANT) ; \ if [[ -e $${DEVELOP}/$${CONTAINER_IDENT} ]]; then \