[Swift-commit] r4388 - trunk/bin

skenny at ci.uchicago.edu skenny at ci.uchicago.edu
Wed Apr 20 11:28:35 CDT 2011


Author: skenny
Date: 2011-04-20 11:28:35 -0500 (Wed, 20 Apr 2011)
New Revision: 4388

Modified:
   trunk/bin/chxml
Log:
cleanup 

Modified: trunk/bin/chxml
===================================================================
--- trunk/bin/chxml	2011-04-18 21:13:58 UTC (rev 4387)
+++ trunk/bin/chxml	2011-04-20 16:28:35 UTC (rev 4388)
@@ -36,7 +36,6 @@
             if line.strip().startswith('#'):
                 continue
             if line.find("sites.file")>-1:
-                print "line is "+line
                 sites_file = line.split("=")[1].strip()
     i = i+1                    
 if (sites_file == ""):




More information about the Swift-commit mailing list