Skip to content

Commit

Permalink
Remove debugging print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Apr 8, 2017
1 parent a43d6b7 commit c1fc232
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/formats/excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def build_alignment(self, props):
}

def build_border(self, props):
print(props)
return {side: {
'style': self._border_style(props.get('border-%s-style' % side),
props.get('border-%s-width' % side)),
Expand Down

0 comments on commit c1fc232

Please sign in to comment.