Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Apr 4, 2015
1 parent 053d555 commit ac473a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion logger/glog/glog.go
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,6 @@ func (v Verbose) Infoln(args ...interface{}) {
// Infof is equivalent to the global Infof function, guarded by the value of v.
// See the documentation of V for usage.
func (v Verbose) Infof(format string, args ...interface{}) {
fmt.Println(v)
if v {
logging.printf(infoLog, format, args...)
}
Expand Down

0 comments on commit ac473a8

Please sign in to comment.