chore: remove print
This commit is contained in:
@@ -265,7 +265,7 @@ class Settings(BaseSettings):
|
||||
for key, val in values.items():
|
||||
if isinstance(val, str) and val.startswith("ENC("):
|
||||
values[key] = _decrypt_value(val)
|
||||
print(values[key])
|
||||
# print(values[key])
|
||||
return values
|
||||
|
||||
model_config = SettingsConfigDict(
|
||||
|
||||
Reference in New Issue
Block a user