Bruce Marriner 8 роки тому
батько
коміт
32229d5de5
1 змінених файлів з 0 додано та 4 видалено
  1. 0 4
      logging.go

+ 0 - 4
logging.go

@@ -62,10 +62,6 @@ func msglog(msgL, caller int, format string, a ...interface{}) {
 // message log level
 func (s *Session) log(msgL int, format string, a ...interface{}) {
 
-	if s.Debug { // Deprecated
-		s.LogLevel = LogDebug
-	}
-
 	if msgL > s.LogLevel {
 		return
 	}