commit 8f011621eb5367301f43ad07c105bfc2ead470e0
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Sun Jan 10 01:05:45 2021 +0100

    Remove all the calls to DistortedLibrary.setMax()  (except for app 'Check', which explictly checks this API)

diff --git a/src/main/java/org/distorted/library/main/DistortedLibrary.java b/src/main/java/org/distorted/library/main/DistortedLibrary.java
index 365957d..979aea2 100644
--- a/src/main/java/org/distorted/library/main/DistortedLibrary.java
+++ b/src/main/java/org/distorted/library/main/DistortedLibrary.java
@@ -996,10 +996,11 @@ public class DistortedLibrary
     mMaxNumberOfFraUniforms = tmp[0];
 
     android.util.Log.e("DISTORTED", "Using OpenGL ES "+major+"."+minor);
+/*
     android.util.Log.e("DISTORTED", "max texture size: "+mMaxTextureSize);
     android.util.Log.e("DISTORTED", "max num vert: "+mMaxNumberOfVerUniforms);
     android.util.Log.e("DISTORTED", "max num frag: "+mMaxNumberOfFraUniforms);
-
+*/
     mGLSL_VERSION = "#version "+mGLSL+" es\n";
 
     InternalStackFrameList.setInitialized(true);
