accidentally had left in a debugger call

This commit is contained in:
Naomi Seyfer
2013-02-22 16:21:06 -08:00
parent a0c3ff709a
commit 404ec3c998

View File

@@ -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;
});
};