Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 authored and mikehardy committed Sep 20, 2023
1 parent 52cdaa7 commit daa4279
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/firestore/e2e/Query/where.or.filter.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -1644,8 +1644,6 @@ describe('firestore().collection().where(OR Filters)', function () {
query(colRef, or(where('foo', '>', 2), where('foo', '==', 30))),
);

console.error((await getDocs(colRef)).forEach(doc => console.log(doc.data())));

snapshot.size.should.eql(2);
snapshot.forEach(s => {
s.data().should.eql(jet.contextify(expected));
Expand Down

0 comments on commit daa4279

Please sign in to comment.