remove verbosity while decompressing
authorAnas Nashif <anas.nashif@intel.com>
Mon, 25 Feb 2013 21:54:21 +0000 (13:54 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Mon, 25 Feb 2013 21:54:21 +0000 (13:54 -0800)
swup.py

diff --git a/swup.py b/swup.py
index 977c354..9742720 100755 (executable)
--- a/swup.py
+++ b/swup.py
@@ -190,7 +190,7 @@ def unpack(location, update_id):
     zfile = zipfile.ZipFile("%s/downloads/%s" % (update_cache,location))
     for name in zfile.namelist():            
         (dirname, filename) = os.path.split(name)
-        print "Decompressing " + filename + " on " + dirname
+        #print "Decompressing " + filename + " on " + dirname
         if not os.path.exists("%s/downloads/%s" % (update_cache, dirname)):
             os.mkdir("%s/downloads/%s" % (update_cache, dirname))            
         if filename != "":