Skip to content

Commit dd38dc8

Browse files
remove debug console print on custom properties
1 parent aeaf753 commit dd38dc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docx/opc/customprops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def __setitem__( self, key, value ):
6060
elm.text = str(1 if value else 0)
6161
else:
6262
elm.text = '%s' % str(value)
63-
print(etree.tostring(prop, pretty_print=True))
6463

6564
def __len__( self ):
6665
return len(self._element)

0 commit comments

Comments
 (0)