Skip to content

Commit 007ba9a

Browse files
remove debug println
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
1 parent 5cc8e26 commit 007ba9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go/vt/servenv/servenv.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ func RegisterFlags() {
102102
fs.StringVar(&pidFile, "pid_file", pidFile, "If set, the process will write its pid to the named file, and delete it on graceful shutdown.") // Logging
103103

104104
// Logging
105-
fmt.Println("got here")
106105
fs.BoolVar(&useStructuredLogger, "structured-logging", useStructuredLogger, "enable structured logging")
107106
})
108107
}

0 commit comments

Comments
 (0)