commit dbe8ea80386abdefe7dbe8e2cee92339891b2f02
Author: Leszek Koltunski <leszek@distorted.org>
Date:   Thu Jan 19 23:49:56 2017 +0000

    Manifest: require OpenGL ES 3.0.

diff --git a/src/main/java/org/distorted/library/DistortedEffects.java b/src/main/java/org/distorted/library/DistortedEffects.java
index 11ec139..1275ecc 100644
--- a/src/main/java/org/distorted/library/DistortedEffects.java
+++ b/src/main/java/org/distorted/library/DistortedEffects.java
@@ -288,7 +288,7 @@ public class DistortedEffects
       }
 
     /// DEBUG ONLY //////
-    displayBoundingRect(halfInputW, halfInputH, halfZ, df, mM.getMVP(), mesh.getBoundingVertices() );
+    // displayBoundingRect(halfInputW, halfInputH, halfZ, df, mM.getMVP(), mesh.getBoundingVertices() );
     /// END DEBUG ///////
     }
 
