From 365189f5f5c6688212320e55cc50783af9f599bc Mon Sep 17 00:00:00 2001 From: codediodeio Date: Tue, 3 Oct 2017 17:30:02 -0700 Subject: [PATCH] fix(afs): remove debugger statement from collection/changes.ts --- src/firestore/collection/changes.ts | 1 - 1 file changed, 1 deletion(-) 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) {