diff options
Diffstat (limited to 'extras/appengine/sqlformat/__init__.py')
| -rw-r--r-- | extras/appengine/sqlformat/__init__.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/extras/appengine/sqlformat/__init__.py b/extras/appengine/sqlformat/__init__.py index db9c132..11f4d9d 100644 --- a/extras/appengine/sqlformat/__init__.py +++ b/extras/appengine/sqlformat/__init__.py @@ -14,11 +14,6 @@ def ping(): def warmup(): return make_response('polishing chrome') -@app.route('/fail') -def fail(): - # test URL for failure handling - raise AssertionError('You shouldn\'t be here!') - # Register legacy URLs last so that newer URLs replace them. app.register_blueprint(legacy) |
