Skip to content

Commit 3311f56

Browse files
remove debug printline
1 parent 53fc1da commit 3311f56

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"github.com/zpatrick/go-config"
77
"github.com/codegangsta/cli"
88
"github.com/qnib/doxy/proxy"
9-
"fmt"
109
)
1110

1211
var (
@@ -36,9 +35,6 @@ var (
3635
)
3736

3837
func EvalOptions(cfg *config.Config) (po []proxy.ProxyOption) {
39-
s, _ := cfg.Settings()
40-
ps, _ := cfg.String("proxy-socket")
41-
fmt.Printf("%v | dS:%s\n", s, ps)
4238
proxySock, _ := cfg.String("proxy-socket")
4339
po = append(po, proxy.WithProxySocket(proxySock))
4440
dockerSock, _ := cfg.String("docker-socket")

0 commit comments

Comments
 (0)