We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8baaf6b commit 4a22234Copy full SHA for 4a22234
firebase-firestore/src/main/java/com/google/firebase/firestore/local/SQLiteRemoteDocumentCache.java
@@ -396,9 +396,6 @@ void backfill(SQLitePersistence db) {
396
if (backfillSqlInfo == null) {
397
break;
398
}
399
- android.util.Log.i(
400
- "zzyzx",
401
- "Backfilling document_type for " + backfillSqlInfo.numDocumentsAffected + " documents");
402
db.execute(backfillSqlInfo.sql, backfillSqlInfo.bindings);
403
404
0 commit comments