From 3be22008f08ae470e49a5d4f1c2c09b98e82ef95 Mon Sep 17 00:00:00 2001 From: Mike Bannister Date: Tue, 21 Aug 2012 03:53:08 -0400 Subject: [PATCH] Removed XXX comment similar to comment address by previous commit --- packages/accounts-oauth1-helper/oauth1_server.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/accounts-oauth1-helper/oauth1_server.js b/packages/accounts-oauth1-helper/oauth1_server.js index 5b6f71bb77..c63b82bde9 100644 --- a/packages/accounts-oauth1-helper/oauth1_server.js +++ b/packages/accounts-oauth1-helper/oauth1_server.js @@ -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) {