mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
remove dupe log tag
This commit is contained in:
parent
7704bd593e
commit
2d740147fe
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ public final class GameDatabase extends SQLiteOpenHelper
|
|||
@Override
|
||||
public void call(Subscriber<? super Cursor> subscriber)
|
||||
{
|
||||
Log.info("[GameDatabase] [GameDatabase] Reading games list...");
|
||||
Log.info("[GameDatabase] Reading games list...");
|
||||
|
||||
String whereClause = null;
|
||||
String[] whereArgs = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue