Skip to content

Commit 837ff4d

Browse files
committed
Update ParseLiveQuery.spec.js
1 parent a4fe237 commit 837ff4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/ParseLiveQuery.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,6 @@ describe('ParseLiveQuery', function () {
686686
},
687687
};
688688
for (const key in calls) {
689-
console.log(key);
690689
spyOn(calls, key).and.callThrough();
691690
}
692691
Parse.Cloud.beforeConnect(calls.beforeConnect);

0 commit comments

Comments
 (0)