We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26316f commit 13b3498Copy full SHA for 13b3498
guardrails/classes/rc.py
@@ -53,7 +53,7 @@ def load(cls, logger: Optional[logging.Logger] = None) -> "RC":
53
value = to_bool(value)
54
55
config[key] = value
56
- print("===== loaded config", config)
+
57
rc_file.close()
58
59
# backfill no_metrics, handle defaults
0 commit comments