aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/__init__.py')
-rw-r--r--libpathod/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpathod/__init__.py b/libpathod/__init__.py
index e841a6ab..4ef52a84 100644
--- a/libpathod/__init__.py
+++ b/libpathod/__init__.py
@@ -16,7 +16,6 @@ def application(**settings):
(r"/preview", handlers.Preview),
(r"/p/.*", handlers.Pathod, settings),
],
- debug=True,
static_path = utils.data.path("static"),
template_path = utils.data.path("templates"),
)