Skip to content

Commit e6ca30e

Browse files
committed
remove debug output
1 parent 25fc976 commit e6ca30e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/auth/src/platform_browser/persistence/indexed_db.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,6 @@ class IndexedDBLocalPersistence implements InternalPersistence {
362362
return [];
363363
}
364364

365-
console.log('result length: ', result.length);
366-
367365
// If we have pending writes in progress abort, we'll get picked up on the next poll
368366
if (this.pendingWrites !== 0) {
369367
return [];

0 commit comments

Comments
 (0)