|
|
|
@ -39,6 +39,3 @@ func (l stdDebugLogger) Infof(format string, v ...interface{}) { |
|
|
|
func (l stdDebugLogger) Debugf(format string, v ...interface{}) { |
|
|
|
log.Printf(fmt.Sprintf("%s DEBUG: %s", loggingPrefix, format), v...) |
|
|
|
} |
|
|
|
|
|
|
|
// Tracef -
|
|
|
|
func (l stdDebugLogger) Tracef(format string, v ...interface{}) {} |