Revision: 3747
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3747&view=rev
Author:   mdboom
Date:     2007-08-28 12:49:53 -0700 (Tue, 28 Aug 2007)

Log Message:
-----------
A further optimization of the new dedent.

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

Modified: trunk/matplotlib/lib/matplotlib/cbook.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/cbook.py    2007-08-28 19:49:29 UTC (rev 
3746)
+++ trunk/matplotlib/lib/matplotlib/cbook.py    2007-08-28 19:49:53 UTC (rev 
3747)
@@ -577,7 +577,6 @@
         _dedent_regex[nshift] = unindent
         
     result = unindent.sub("\n", s).strip()
-    print result
     return result
 
 


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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to