From 8945d49e7ae4b96b2919fd074c03623a7c65b8f8 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 15 Dec 2023 20:20:20 +0100 Subject: good parsing --- c_parse.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'c_parse.go') diff --git a/c_parse.go b/c_parse.go index eef9ee1..dcaa6a8 100644 --- a/c_parse.go +++ b/c_parse.go @@ -48,7 +48,6 @@ package main import ( - "fmt" "io/ioutil" "gopkg.in/yaml.v3" ) @@ -69,6 +68,5 @@ func c_read_yaml_file(file string) *HostNode { if host.Port == 0 { host.Port = 22 } - fmt.Println(host) return &host } -- cgit v1.2.3