Bruce Marriner пре 8 година
родитељ
комит
34c4ad5aa2
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      logging.go

+ 0 - 4
logging.go

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