8000 Removed a debugging statement that I overlooked last night. · matplotlib/matplotlib@cf3fab9 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf3fab9

Browse files
committed
Removed a debugging statement that I overlooked last night.
svn path=/trunk/matplotlib/; revision=1260
1 parent 7037b4c commit cf3fab9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/text.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ def draw(self, renderer):
281281
if angle==0:
282282
m = self._rgxsuper.match(self._text)
283283
if m is not None:
284-
print self._text
285284
bbox, info = self._get_layout_super(self._renderer, m)
286285
base, xt, yt = info[0]
287286
renderer.draw_text(gc, xt, yt, base,

0 commit comments

Comments
 (0)
0