Skip to content

Commit 59c13a9

Browse files
committed
Removing console.log.
1 parent 77bec85 commit 59c13a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests_prepare.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ LocalCollection._f = originalLocalCollection._f;
1616
LocalCollection._compileProjection = originalLocalCollection._compileProjection;
1717
LocalCollection._binarySearch = originalLocalCollection._binarySearch;
1818

19-
console.log("LocalCollection._f", LocalCollection._f)
20-
2119
// Currently server and client side behaves differently when counting with skip. So we make it
2220
// behave the same for tests. See https://github.com/meteor/meteor/issues/1201
2321
var SynchronousCursor = Object.getPrototypeOf(MongoInternals.defaultRemoteCollectionDriver().mongo._createSynchronousCursor({'collectionName': 'foobar', 'options': {}})).constructor;

0 commit comments

Comments
 (0)