Skip to content

Commit 13b3498

Browse files
committed
one more print
1 parent e26316f commit 13b3498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guardrails/classes/rc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def load(cls, logger: Optional[logging.Logger] = None) -> "RC":
5353
value = to_bool(value)
5454

5555
config[key] = value
56-
print("===== loaded config", config)
56+
5757
rc_file.close()
5858

5959
# backfill no_metrics, handle defaults

0 commit comments

Comments
 (0)