Removed a printline from orborus

This commit is contained in:
Frikky
2025-01-09 23:12:58 +01:00
parent aab46cca61
commit 3cd91bc282
+1 -1
View File
@@ -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")
}