Skip to content

Commit 6674f43

Browse files
changed configparser for less clutter
1 parent ff861e3 commit 6674f43

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/configparser/configparser.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package configparser
22

33
import (
4-
"fmt"
54
"log"
65
"os"
76

@@ -34,8 +33,5 @@ func ParseConfig() Config {
3433
if err != nil {
3534
log.Fatalf("error: %v", err)
3635
}
37-
38-
// Print out the parsed data
39-
fmt.Printf("Parsed config: %+v\n", config)
4036
return config
4137
}

0 commit comments

Comments
 (0)