From c06136562dc81fbffcadcbacbe72b02b363f4426 Mon Sep 17 00:00:00 2001
From: Vincentius Raynaldi <vincentius.raynaldi@stud.h-da.de>
Date: Tue, 3 Dec 2024 16:24:05 +0100
Subject: [PATCH] deleted some few println lines

---
 Makefile                        | 1 -
 examples/example01/cmd/start.go | 1 -
 2 files changed, 2 deletions(-)

diff --git a/Makefile b/Makefile
index 56ced43..1825ed8 100644
--- a/Makefile
+++ b/Makefile
@@ -73,4 +73,3 @@ self-certs:
 clean:
 	$(GOCLEAN)
 	rm -rf $(BUILD_ARTIFACTS_PATH) $(TOOLS_DIR)
-	docker system prune -af
diff --git a/examples/example01/cmd/start.go b/examples/example01/cmd/start.go
index 359503f..88d5f00 100644
--- a/examples/example01/cmd/start.go
+++ b/examples/example01/cmd/start.go
@@ -87,7 +87,6 @@ var startCmd = &cobra.Command{
 		// The registered path handlers sorted by priority. If specific
 		// handlers should be able to process their workload before others,
 		// then they should be placed in the front of the slice.
-		fmt.Println("before handlers")
 		handlers := []handler.PathHandler{
 			interfaces.NewInterfacesHandler(),
 			networkinstances.NewNetworkInstanceHandler(),
-- 
GitLab