mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
remove dupe log tag
This commit is contained in:
@ -264,7 +264,7 @@ public final class GameDatabase extends SQLiteOpenHelper
|
|||||||
@Override
|
@Override
|
||||||
public void call(Subscriber<? super Cursor> subscriber)
|
public void call(Subscriber<? super Cursor> subscriber)
|
||||||
{
|
{
|
||||||
Log.info("[GameDatabase] [GameDatabase] Reading games list...");
|
Log.info("[GameDatabase] Reading games list...");
|
||||||
|
|
||||||
String whereClause = null;
|
String whereClause = null;
|
||||||
String[] whereArgs = null;
|
String[] whereArgs = null;
|
||||||
|
Reference in New Issue
Block a user