good morning!!!!

Skip to content
Snippets Groups Projects
Commit ac473a86 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Remove debug log

parent 053d5552
Branches
Tags
No related merge requests found
...@@ -1055,7 +1055,6 @@ func (v Verbose) Infoln(args ...interface{}) { ...@@ -1055,7 +1055,6 @@ func (v Verbose) Infoln(args ...interface{}) {
// Infof is equivalent to the global Infof function, guarded by the value of v. // Infof is equivalent to the global Infof function, guarded by the value of v.
// See the documentation of V for usage. // See the documentation of V for usage.
func (v Verbose) Infof(format string, args ...interface{}) { func (v Verbose) Infof(format string, args ...interface{}) {
fmt.Println(v)
if v { if v {
logging.printf(infoLog, format, args...) logging.printf(infoLog, format, args...)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment