diff options
| author | 2024-03-29 18:35:12 +0800 | |
|---|---|---|
| committer | 2024-03-29 18:35:12 +0800 | |
| commit | 6f99ed3f0217b7f0c4a4833685190d85ce159c9a (patch) | |
| tree | ad500341d4a0c2e2fcf4325763028ceea32b7689 | |
| parent | d0493fa55ee3ca63fce4b918e432e34c90eddae9 (diff) | |
| download | ipm-6f99ed3f0217b7f0c4a4833685190d85ce159c9a.tar.gz ipm-6f99ed3f0217b7f0c4a4833685190d85ce159c9a.zip | |
perf(index): remove useless error print
| -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 |
