Skip to content
Snippets Groups Projects
Commit c0613656 authored by Vincentius Raynaldi's avatar Vincentius Raynaldi
Browse files

deleted some few println lines

parent 3786a6d1
No related branches found
No related tags found
No related merge requests found
Pipeline #239279 failed
...@@ -73,4 +73,3 @@ self-certs: ...@@ -73,4 +73,3 @@ self-certs:
clean: clean:
$(GOCLEAN) $(GOCLEAN)
rm -rf $(BUILD_ARTIFACTS_PATH) $(TOOLS_DIR) rm -rf $(BUILD_ARTIFACTS_PATH) $(TOOLS_DIR)
docker system prune -af
...@@ -87,7 +87,6 @@ var startCmd = &cobra.Command{ ...@@ -87,7 +87,6 @@ var startCmd = &cobra.Command{
// The registered path handlers sorted by priority. If specific // The registered path handlers sorted by priority. If specific
// handlers should be able to process their workload before others, // handlers should be able to process their workload before others,
// then they should be placed in the front of the slice. // then they should be placed in the front of the slice.
fmt.Println("before handlers")
handlers := []handler.PathHandler{ handlers := []handler.PathHandler{
interfaces.NewInterfacesHandler(), interfaces.NewInterfacesHandler(),
networkinstances.NewNetworkInstanceHandler(), networkinstances.NewNetworkInstanceHandler(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment