aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/handlers/configs.py
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim/webui/handlers/configs.py')
-rw-r--r--fg21sim/webui/handlers/configs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fg21sim/webui/handlers/configs.py b/fg21sim/webui/handlers/configs.py
index 9736650..296bd11 100644
--- a/fg21sim/webui/handlers/configs.py
+++ b/fg21sim/webui/handlers/configs.py
@@ -26,7 +26,6 @@ class ConfigsAJAXHandler(BaseRequestHandler):
"""Hook for subclass initialization. Called for each request."""
self.configs = self.application.configmanager
- @tornado.web.authenticated
def get(self):
"""
Handle the READ-ONLY configuration manipulations.