diff --git a/packages/oauth/oauth_server.js b/packages/oauth/oauth_server.js index b4f0c3e5c1..d49444e08a 100644 --- a/packages/oauth/oauth_server.js +++ b/packages/oauth/oauth_server.js @@ -11,7 +11,6 @@ var registeredServices = {}; // Internal: Maps from service version to handler function. The // 'oauth1' and 'oauth2' packages manipulate this directly to register // for callbacks. -// OAuth._requestHandlers = {};