Skip to content

Commit

Permalink
Discard unused CherryPy tool for measuring response times
Browse files Browse the repository at this point in the history
  • Loading branch information
lovett committed Feb 12, 2019
1 parent 64d76c1 commit 88f1868
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
1 change: 0 additions & 1 deletion medley.py
Expand Up @@ -181,7 +181,6 @@ def main():

# Tools
cherrypy.tools.conditional_auth = tools.conditional_auth.Tool()
cherrypy.tools.response_time = tools.response_time.Tool()
cherrypy.tools.negotiable = tools.negotiable.Tool()
cherrypy.tools.capture = tools.capture.Tool()

Expand Down
32 changes: 0 additions & 32 deletions tools/response_time.py

This file was deleted.

0 comments on commit 88f1868

Please sign in to comment.