diff options
| -rw-r--r-- | src/ipm/models/index.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipm/models/index.py b/src/ipm/models/index.py index cd8b78b..f823131 100644 --- a/src/ipm/models/index.py +++ b/src/ipm/models/index.py @@ -32,7 +32,6 @@ class Yggdrasil: try: return json.loads(path.read_text(encoding="utf-8")) except Exception as e: - print(e) return False @staticmethod |
