Project

General

Profile

« Previous | Next » 

Revision eadf0859

Added by Leszek Koltunski about 7 years ago

Things seem to be working - switch off all debugs.

View differences:

src/main/java/org/distorted/library/DistortedSurface.java
89 89
        job = mToDoMap.get(key);
90 90
        surface = job.surface;
91 91

  
92
        android.util.Log.d("SURFACE", "  ---> need to "+(job.action==JOB_CREATE ? "create":"delete")+" surfaceID="+surface.getID() );
92
        //android.util.Log.d("SURFACE", "  ---> need to "+(job.action==JOB_CREATE ? "create":"delete")+" surfaceID="+surface.getID() );
93 93

  
94 94
        if( job.action==JOB_CREATE )
95 95
          {

Also available in: Unified diff