Skip to content

Commit

Permalink
Remove debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
harryadel committed Jan 18, 2024
1 parent 7659791 commit 65f4b19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/collection2/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,6 @@ Mongo.Collection.prototype.attachSchema = function c2AttachSchema(ss, options) {
}

function getErrorObject(context, appendToMessage = '', code) {
debugger;
let message;
const invalidKeys =
typeof context.validationErrors === 'function'
Expand Down

0 comments on commit 65f4b19

Please sign in to comment.