Skip to content

Commit bc93fed

Browse files
committed
Removed redundant print
1 parent 10da31a commit bc93fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robusta_krr/core/models/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def __init__(self) -> None:
188188
pass
189189

190190
def __getattr__(self, name: str):
191-
print("it is just config")
191+
192192
if _config is None:
193193
raise AttributeError("Config is not set")
194194

0 commit comments

Comments
 (0)