Skip to content

Commit

Permalink
fix: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Dec 5, 2020
1 parent e77aaca commit 1c93f15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/vproxy/config.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package main

import (
"fmt"
"log"
"os"
"path"
Expand Down Expand Up @@ -136,7 +135,6 @@ func loadDaemonConfig(c *cli.Context) error {
if err != nil {
return err
}
fmt.Printf("conf: %+v\n", config)
if config != nil {
if v := config.Server.Listen; v != "" && !c.IsSet("listen") {
verbose(c, "via conf: listen=%s", v)
Expand Down

0 comments on commit 1c93f15

Please sign in to comment.