From: <md...@us...> - 2008-02-19 15:56:22
|
Revision: 4980 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4980&view=rev Author: mdboom Date: 2008-02-19 07:56:10 -0800 (Tue, 19 Feb 2008) Log Message: ----------- Remove debugging code. Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/lines.py Modified: trunk/matplotlib/lib/matplotlib/lines.py =================================================================== --- trunk/matplotlib/lib/matplotlib/lines.py 2008-02-19 15:52:06 UTC (rev 4979) +++ trunk/matplotlib/lib/matplotlib/lines.py 2008-02-19 15:56:10 UTC (rev 4980) @@ -75,9 +75,6 @@ """Determine if any line segments are within radius of a point. Returns the list of line segments that are within that radius. """ - import pdb - pdb.set_trace() - # Process single points specially if len(x) < 2: res, = npy.nonzero( (cx - x)**2 + (cy - y)**2 <= radius**2 ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |