remove dupe log tag

This commit is contained in:
Mike Harris 2017-09-21 21:48:48 -07:00
parent 7704bd593e
commit 2d740147fe

View file

@ -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;