diff --git a/src/firestore/collection/changes.ts b/src/firestore/collection/changes.ts index 7a9c26f8d..5356c82e8 100644 --- a/src/firestore/collection/changes.ts +++ b/src/firestore/collection/changes.ts @@ -60,7 +60,6 @@ export function combineChange(combined: firebase.firestore.DocumentChange[], cha combined.splice(change.newIndex, 0, change); break; case 'modified': - debugger; // When an item changes position we first remove it // and then add it's new position if(change.oldIndex !== change.newIndex) {