Remove some logs
This commit is contained in:
parent
dd4d71a496
commit
33d16221cc
@ -94,10 +94,8 @@ class Scaler {
|
||||
|
||||
if (ar.type !== AspectRatio.FitHeight) {
|
||||
if (playerAr < compensatedStreamAr) {
|
||||
console.warn('AR CORRECT FACTOR')
|
||||
arCorrectionFactor = this.conf.player.dimensions.width / this.conf.video.offsetWidth;
|
||||
} else if (ar.type !== AspectRatio.Reset) {
|
||||
console.warn('ANTI-HEIGHTCOMPENSATION')
|
||||
arCorrectionFactor /= heightCompensationFactor;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user