aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-03-29 18:35:12 +0800
committer苏向夜 <fu050409@163.com>2024-03-29 18:35:12 +0800
commit6f99ed3f0217b7f0c4a4833685190d85ce159c9a (patch)
treead500341d4a0c2e2fcf4325763028ceea32b7689
parentd0493fa55ee3ca63fce4b918e432e34c90eddae9 (diff)
downloadipm-6f99ed3f0217b7f0c4a4833685190d85ce159c9a.tar.gz
ipm-6f99ed3f0217b7f0c4a4833685190d85ce159c9a.zip
perf(index): remove useless error print
-rw-r--r--src/ipm/models/index.py1
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