mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove XXX comment
This commit is contained in:
@@ -256,7 +256,6 @@ Meteor.Collection._rewriteSelector = function (selector) {
|
||||
|
||||
var throwIfSelectorIsNotId = function (selector, methodName) {
|
||||
if (!LocalCollection._selectorIsIdPerhapsAsObject(selector)) {
|
||||
// XXX look at string
|
||||
throw new Meteor.Error(
|
||||
403, "Not permitted. Untrusted code may only " + methodName +
|
||||
" documents by ID.");
|
||||
|
||||
Reference in New Issue
Block a user