about summary refs log tree commit diff
path: root/src/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.py')
-rw-r--r--src/config.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.py b/src/config.py
index 934bafe..fe28e6d 100644
--- a/src/config.py
+++ b/src/config.py
@@ -12,8 +12,6 @@ API_VERSIONS = {
 }
 
 # file manager
-FILE_MAN_VERBOSE = True
-FILE_MAN_COMPRESS = True    # do compress all files
 FILE_MAN_PATH_MAP = {
     # external
     "/":                {"path": "www/index.html", "compress": True},