From fb49a64d332bb1374de3e8429e3e08c14a6dc229 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Tue, 6 Sep 2011 21:21:39 +0200 Subject: Remove dummy URL. --- extras/appengine/sqlformat/__init__.py | 5 ----- 1 file changed, 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) -- cgit v1.2.1