Remove superfluous log

This line was committed by error in commit
a52053421a.
This commit is contained in:
Romain Vimont 2023-06-23 08:23:22 +02:00
parent 5764f47fee
commit 0049b3ce07

View file

@ -147,7 +147,6 @@ public class ScreenEncoder implements Device.RotationListener, Device.FoldListen
// Downsizing on error is only enabled if an encoding failure occurs before the first frame (downsizing later could be surprising)
int newMaxSize = chooseMaxSizeFallback(screenInfo.getVideoSize());
Ln.i("newMaxSize = " + newMaxSize);
if (newMaxSize == 0) {
// Must definitively fail
return false;