mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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;
|
||||
|
||||
default:
|
||||
Log.d("EMU", "ID: " + item.getGroupId());
|
||||
Log.d("EMU", "NOPE");
|
||||
return super.onOptionsItemSelected( item );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user