From 3cd91bc2829956f7487790c4dcdf276ac9c57693 Mon Sep 17 00:00:00 2001 From: Frikky Date: Thu, 9 Jan 2025 23:12:58 +0100 Subject: [PATCH] Removed a printline from orborus --- functions/onprem/orborus/orborus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/onprem/orborus/orborus.go b/functions/onprem/orborus/orborus.go index 6dfa6402..10573709 100755 --- a/functions/onprem/orborus/orborus.go +++ b/functions/onprem/orborus/orborus.go @@ -2627,7 +2627,7 @@ func handlePipeline(incRequest shuffle.ExecutionRequest) error { func deployTenzirNode() error { if os.Getenv("SHUFFLE_SKIP_PIPELINES") == "false" || os.Getenv("SHUFFLE_PIPELINE_ENABLED") == "true" { // return errors.New("Pipelines are disabled by user with SHUFFLE_SKIP_PIPELINES") - log.Printf("[INFO] Pipelines are enabled by user") + //log.Printf("[INFO] Pipelines are enabled by user") } else { return errors.New("Pipelines are disabled by user with SHUFFLE_SKIP_PIPELINES") }