mailr16615 - /branches/uf_redesign/scons/manuals.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 04, 2012 - 00:48:
Author: bugman
Date: Mon Jun  4 00:48:39 2012
New Revision: 16615

URL: http://svn.gna.org/viewcvs/relax?rev=16615&view=rev
Log:
Removed a printout in the API documentation compilation.


Modified:
    branches/uf_redesign/scons/manuals.py

Modified: branches/uf_redesign/scons/manuals.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/scons/manuals.py?rev=16615&r1=16614&r2=16615&view=diff
==============================================================================
--- branches/uf_redesign/scons/manuals.py (original)
+++ branches/uf_redesign/scons/manuals.py Mon Jun  4 00:48:39 2012
@@ -323,9 +323,6 @@
         if not search('.html$', full_path):
             continue
 
-        # Print out.
-        print(full_path)
-
         # Open the file and read the data.
         file = open(full_path)
         lines = file.readlines()




Related Messages


Powered by MHonArc, Updated Mon Jun 04 09:00:02 2012