Skip to content

Commit f3167ef

Browse files
author
Joel Collins
committed
Removed debug print
1 parent 9b433a9 commit f3167ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

labthings/core/utilities.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def get_summary(obj):
3535
Returns:
3636
str: First line of object docstring
3737
"""
38-
print(get_docstring(obj, remove_newlines=False))
3938
return get_docstring(obj, remove_newlines=False).partition("\n")[0].strip()
4039

4140

0 commit comments

Comments
 (0)