Skip to content

Commit 0d88222

Browse files
committed
remove GAE Mini Profiler
1 parent a2ac0f9 commit 0d88222

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

application/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
"""
55

66
from flask import Flask
7-
from flaskext.gae_mini_profiler import GAEMiniProfiler
87

98
app = Flask('application')
109
app.config.from_object('application.settings')
11-
GAEMiniProfiler(app)
1210

1311
import urls
1412

0 commit comments

Comments
 (0)