Removed XXX comment similar to comment address by previous commit

This commit is contained in:
Mike Bannister
2012-08-21 03:53:08 -04:00
committed by Nick Martin
parent 4bb3072361
commit 3be22008f0

View File

@@ -1,9 +1,6 @@
(function () {
var connect = __meteor_bootstrap__.require("connect");
// XXX probably need to catch exceptions here as we do in oauth2_server.js
// or put that in oauth_server.js instead
// connect middleware
Meteor.accounts.oauth1._handleRequest = function (service, query, res) {