[Swift-commit] r4354 - trunk/bin

skenny at ci.uchicago.edu skenny at ci.uchicago.edu
Wed Apr 13 02:03:56 CDT 2011


Author: skenny
Date: 2011-04-13 02:03:56 -0500 (Wed, 13 Apr 2011)
New Revision: 4354

Modified:
   trunk/bin/chxml
Log:
cleanup print statements

Modified: trunk/bin/chxml
===================================================================
--- trunk/bin/chxml	2011-04-13 06:59:33 UTC (rev 4353)
+++ trunk/bin/chxml	2011-04-13 07:03:56 UTC (rev 4354)
@@ -16,7 +16,6 @@
 def start_element(name, attrs):
     startTags.append(name)
 def end_element(name):
-    print 'End element:', name
     endTags.append(name)
 
 # parse args to find sites.xml file
@@ -48,7 +47,6 @@
 
 try:
     parsefile(sites_file)
-    print "%s is well-formed" % sites_file
 except Exception, e:
     print "Error: there is a problem with your sites file"
     print "%s is %s" % (sites_file, e)




More information about the Swift-commit mailing list