Skip to content

Commit

Permalink
disable hg middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Aug 8, 2016
1 parent 5b905fe commit 34f9a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/webapps/tool_shed/buildapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ def wrap_in_middleware( app, global_conf, **local_conf ):
app = httpexceptions.make_middleware( app, conf )
log.debug( "Enabling 'httpexceptions' middleware" )
# Then load the Hg middleware.
app = hg.Hg( app, conf )
log.debug( "Enabling 'hg' middleware" )
# app = hg.Hg( app, conf )
# log.debug( "Enabling 'hg' middleware" )
# If we're using remote_user authentication, add middleware that
# protects Galaxy from improperly configured authentication in the
# upstream server
Expand Down

0 comments on commit 34f9a6b

Please sign in to comment.