Skip to content

Commit 88a25e7

Browse files
codediodeiojamesdaniels
authored andcommitted
fix(afs): remove debugger statement from collection/changes.ts (#1190)
1 parent f067dbd commit 88a25e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/firestore/collection/changes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export function combineChange(combined: firebase.firestore.DocumentChange[], cha
6060
combined.splice(change.newIndex, 0, change);
6161
break;
6262
case 'modified':
63-
debugger;
6463
// When an item changes position we first remove it
6564
// and then add it's new position
6665
if(change.oldIndex !== change.newIndex) {

0 commit comments

Comments
 (0)