mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
[Android] Remove garbage loggers for when I was debugging why the overlay buttons wouldn't work.
This commit is contained in:
@ -186,8 +186,6 @@ public final class EmulationActivity extends Activity
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
Log.d("EMU", "ID: " + item.getGroupId());
|
|
||||||
Log.d("EMU", "NOPE");
|
|
||||||
return super.onOptionsItemSelected( item );
|
return super.onOptionsItemSelected( item );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user