Project

General

Profile

« Previous | Next » 

Revision 0be78976

Added by Leszek Koltunski almost 6 years ago

Effects3D app: remove debugs.

View differences:

src/main/java/org/distorted/examples/effects3d/Effects3DTabViewPager.java
40 40
    {
41 41
    super(fm);
42 42
    mAct = new WeakReference<>(act);
43

  
44
    android.util.Log.e("viewPager"," CONSTRUCTOR ");
45 43
    }
46 44

  
47 45
///////////////////////////////////////////////////////////////////////////////////////////////////
......
49 47
  @Override
50 48
  public Fragment getItem(int position)
51 49
    {
52
    android.util.Log.e("viewPager","creating tab "+position);
53

  
54 50
    if( position>=0 && position<Effects3DActivity2.NUM_TABS )
55 51
      {
56 52
      Bundle bundle = new Bundle();

Also available in: Unified diff