We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60aefc4 commit 1607b98Copy full SHA for 1607b98
1 file changed
src/undate/interval.py
@@ -67,7 +67,6 @@ def format(self, format) -> str:
67
"""format this undate interval as a string using the specified format;
68
for now, only supports named converters"""
69
converter_cls = BaseDateConverter.available_converters().get(format, None)
70
- print(f"converter_cls == {converter_cls}")
71
if converter_cls:
72
return converter_cls().to_string(self)
73
0 commit comments