Revision: 8285
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8285&view=rev
Author:   mdboom
Date:     2010-04-28 19:50:39 +0000 (Wed, 28 Apr 2010)

Log Message:
-----------
Remove extraneous debug print.

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/text.py

Modified: trunk/matplotlib/lib/matplotlib/text.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/text.py     2010-04-28 19:50:11 UTC (rev 
8284)
+++ trunk/matplotlib/lib/matplotlib/text.py     2010-04-28 19:50:39 UTC (rev 
8285)
@@ -1942,7 +1942,6 @@
 
         if self._bbox_patch:
             posx, posy = self._x, self._y
-            print posx, posy
 
             x_box, y_box, w_box, h_box = _get_textbox(self, renderer)
             self._bbox_patch.set_bounds(0., 0.,


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to