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.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to