commit c046f62caa329ff406e9b69b129970f04233cbe4
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Tue Nov 17 16:07:00 2020 +0100

    Start creating the Tutorial Activity.

diff --git a/src/main/java/org/distorted/library/main/DistortedLibrary.java b/src/main/java/org/distorted/library/main/DistortedLibrary.java
index be4861c..1a3a13f 100644
--- a/src/main/java/org/distorted/library/main/DistortedLibrary.java
+++ b/src/main/java/org/distorted/library/main/DistortedLibrary.java
@@ -1108,9 +1108,6 @@ public class DistortedLibrary
     mOITRenderProgram  = null;
     mBlitDepthProgram  = null;
     mBlitProgram       = null;
-
-
-android.util.Log.e("ON_PAUSE", "id="+id);
     }
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
@@ -1133,8 +1130,6 @@ android.util.Log.e("ON_PAUSE", "id="+id);
  */
   public static void onDestroy(long id)
     {
-android.util.Log.e("ON_DESTROY", "id="+id);
-
     if( InternalStackFrameList.isInitialized() )
       {
       InternalStackFrameList.onDestroy(id);
