mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
accidentally had left in a debugger call
This commit is contained in:
@@ -246,8 +246,6 @@ var VALUE_OPERATORS = {
|
||||
// Definitely not _anyIfArrayPlus: $type: 4 only matches arrays that have
|
||||
// arrays as elements according to the Mongo docs.
|
||||
return _anyIfArray(value, function (x) {
|
||||
if (operand === 5)
|
||||
debugger;
|
||||
return LocalCollection._f._type(x) === operand;
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user