Skip to content

Commit 9cf8529

Browse files
committed
Removed old debug print.
1 parent a9078aa commit 9cf8529

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

domdf_python_tools/versions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def __repr__(self) -> str:
9595
"""
9696

9797
repr_fmt = '(' + ", ".join(f"{name}=%r" for name in self._fields) + ')'
98-
print(repr_fmt)
9998
return self.__class__.__name__ + repr_fmt % self
10099

101100
def __str__(self) -> str:

0 commit comments

Comments
 (0)