mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-02-16 02:20:55 +00:00
Remove a straggling println
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user