Skip to content

Commit 38f9b15

Browse files
committed
Remove commented code
1 parent 9037614 commit 38f9b15

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/handlers/authorize-handler.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ AuthorizeHandler.prototype.handle = function(request, response) {
7878
throw new InvalidArgumentError('Invalid argument: `response` must be an instance of Response');
7979
}
8080

81-
// if ('false' === request.query.allowed) {
82-
// return Promise.reject(new AccessDeniedError('Access denied: user denied access to application'));
83-
// }
84-
8581
var fns = [
8682
this.getAuthorizationCodeLifetime(),
8783
this.getClient(request),

0 commit comments

Comments
 (0)