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