diff --git a/src/com/limelight/Game.java b/src/com/limelight/Game.java index eb70de99..7a150805 100644 --- a/src/com/limelight/Game.java +++ b/src/com/limelight/Game.java @@ -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(); } }