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) {