mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-13 19:36:36 +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) {
|
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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user