From b1311faa68947b982dbbe8b8f3e9d26b2356b1c2 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 23 Dec 2014 23:23:25 +0100 Subject: web: move eventlog state out of settings --- libmproxy/web/app.py | 1 - 1 file changed, 1 deletion(-) (limited to 'libmproxy/web/app.py') 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 ) )) -- cgit v1.2.3