aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/web/app.py')
-rw-r--r--libmproxy/web/app.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmproxy/web/app.py b/libmproxy/web/app.py
index 7f1964ae..e9fbba8b 100644
--- a/libmproxy/web/app.py
+++ b/libmproxy/web/app.py
@@ -67,7 +67,6 @@ class Settings(tornado.web.RequestHandler):
def get(self):
self.write(dict(
data=dict(
- showEventLog=True,
intercept=self.application.state.intercept_txt
)
))