mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 03:52:48 +00:00
Remove a straggling println
This commit is contained in:
parent
7cebdea25c
commit
c9ad9ab407
@ -79,7 +79,6 @@ public class Game extends Activity implements OnGenericMotionListener, OnTouchLi
|
|||||||
public void onTrimMemory(int trimLevel) {
|
public void onTrimMemory(int trimLevel) {
|
||||||
if (trimLevel >= ComponentCallbacks2.TRIM_MEMORY_RUNNING_LOW)
|
if (trimLevel >= ComponentCallbacks2.TRIM_MEMORY_RUNNING_LOW)
|
||||||
{
|
{
|
||||||
System.out.println("Trimming for level: "+trimLevel);
|
|
||||||
conn.trim();
|
conn.trim();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user