about summary refs log tree commit diff
path: root/src/file_man.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/file_man.py')
-rw-r--r--src/file_man.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/file_man.py b/src/file_man.py
index 1759338..e16d448 100644
--- a/src/file_man.py
+++ b/src/file_man.py
@@ -127,8 +127,3 @@ def compress_path_map(path_map: dict[str, dict[str, Any]], path_prefix: str = "c
         print("END OF LIST.", len(path_map), end="\n\n")
 
     return path_map
-
-
-PATH_MAP = generate_path_map()
-if FILE_MAN_COMPRESS:
-    PATH_MAP = compress_path_map(PATH_MAP, regen=True)