aboutsummaryrefslogtreecommitdiffstats
path: root/c_parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'c_parse.go')
-rw-r--r--c_parse.go2
1 files changed, 0 insertions, 2 deletions
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
}