Remove XXX comment

This commit is contained in:
Naomi Seyfer
2013-03-13 12:01:39 -07:00
parent a23d85c103
commit 8a88fee134

View File

@@ -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.");