Skip to content

Commit c1fc232

Browse files
committed
Remove debugging print statements
1 parent a43d6b7 commit c1fc232

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/formats/excel.py

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ def build_alignment(self, props):
129129
}
130130

131131
def build_border(self, props):
132-
print(props)
133132
return {side: {
134133
'style': self._border_style(props.get('border-%s-style' % side),
135134
props.get('border-%s-width' % side)),

0 commit comments

Comments
 (0)