summaryrefslogtreecommitdiffstats
path: root/ogcp/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/views.py')
-rw-r--r--ogcp/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ogcp/views.py b/ogcp/views.py
index 09486d5..0b6b320 100644
--- a/ogcp/views.py
+++ b/ogcp/views.py
@@ -52,7 +52,6 @@ def parse_scopes_from_tree(tree, scope_type):
@app.before_request
def load_config():
g.server = OGServer()
- g.server.load_config('ogcp/cfg/ogserver.json')
@app.errorhandler(404)
def page_not_found(error):