mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
[Android] Remove garbage loggers for when I was debugging why the overlay buttons wouldn't work.
This commit is contained in:
parent
dac9659c58
commit
90918cdb84
1 changed files with 0 additions and 2 deletions
|
@ -186,8 +186,6 @@ public final class EmulationActivity extends Activity
|
|||
return true;
|
||||
|
||||
default:
|
||||
Log.d("EMU", "ID: " + item.getGroupId());
|
||||
Log.d("EMU", "NOPE");
|
||||
return super.onOptionsItemSelected( item );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue