fix: 移除调试代码

This commit is contained in:
DLmaster361
2025-09-15 00:15:55 +08:00
parent aaee9aa1ba
commit 804c3ed62c

View File

@@ -308,8 +308,6 @@ class ConfigItem:
要设置的值, 可以是任何合法类型
"""
print(self.group, self.name, value, self.value)
if (
dpapi_decrypt(self.value)
if isinstance(self.validator, EncryptValidator)