Remove a straggling println

This commit is contained in:
Cameron Gutman 2013-11-10 15:57:05 -05:00
parent 7cebdea25c
commit c9ad9ab407

View File

@ -79,7 +79,6 @@ public class Game extends Activity implements OnGenericMotionListener, OnTouchLi
public void onTrimMemory(int trimLevel) {
if (trimLevel >= ComponentCallbacks2.TRIM_MEMORY_RUNNING_LOW)
{
System.out.println("Trimming for level: "+trimLevel);
conn.trim();
}
}