Skip to content

Commit 4a22234

Browse files
committed
clean up
1 parent 8baaf6b commit 4a22234

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/local/SQLiteRemoteDocumentCache.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,6 @@ void backfill(SQLitePersistence db) {
396396
if (backfillSqlInfo == null) {
397397
break;
398398
}
399-
android.util.Log.i(
400-
"zzyzx",
401-
"Backfilling document_type for " + backfillSqlInfo.numDocumentsAffected + " documents");
402399
db.execute(backfillSqlInfo.sql, backfillSqlInfo.bindings);
403400
}
404401
}

0 commit comments

Comments
 (0)