##// END OF EJS Templates
remove accidentally committed print statement
MinRK -
Show More
@@ -738,7 +738,6 b' class Inspector:'
738 738 init_def = self._getdef(obj_init,oname)
739 739 init_ds = getdoc(obj_init)
740 740 # Skip Python's auto-generated docstrings
741 print(init_ds)
742 741 if init_ds == _object_init_docstring:
743 742 init_ds = None
744 743
General Comments 0
You need to be logged in to leave comments. Login now