Skip to content

Commit f30cf67

Browse files
committed
removed print statement for debugging.
1 parent d9792de commit f30cf67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plotly/matplotlylib/renderer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ def draw_bar(self, coll):
267267
self.msg += " Bar chart not drawn\n"
268268
warnings.warn('found box chart data with length <= 1, '
269269
'assuming data redundancy, not plotting.')
270-
print bar.to_string()
271270

272271

273272
def draw_marked_line(self, **props):

0 commit comments

Comments
 (0)