Skip to content

Commit 1607b98

Browse files
committed
Remove debug print statement flagged by code rabbit
1 parent 60aefc4 commit 1607b98

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/undate/interval.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def format(self, format) -> str:
6767
"""format this undate interval as a string using the specified format;
6868
for now, only supports named converters"""
6969
converter_cls = BaseDateConverter.available_converters().get(format, None)
70-
print(f"converter_cls == {converter_cls}")
7170
if converter_cls:
7271
return converter_cls().to_string(self)
7372

0 commit comments

Comments
 (0)