diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-05-31 12:25:28 +0100 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-05-31 12:25:28 +0100 |
commit | f986fed9bc12f87ac695a9b2ee65389d44f7ca6e (patch) | |
tree | 90ac0337e2886c1bab916b30a605b05c2378b319 | |
parent | 44b6b8ff8b20244d07c6ac96ed306fe03cfa2cb1 (diff) | |
download | kickstarter-f986fed9bc12f87ac695a9b2ee65389d44f7ca6e.tar.gz kickstarter-f986fed9bc12f87ac695a9b2ee65389d44f7ca6e.tar.bz2 kickstarter-f986fed9bc12f87ac695a9b2ee65389d44f7ca6e.zip |
remove debugging code
-rw-r--r-- | kswriter/KSWriter.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kswriter/KSWriter.py b/kswriter/KSWriter.py index eaee98d..0695544 100644 --- a/kswriter/KSWriter.py +++ b/kswriter/KSWriter.py @@ -53,9 +53,7 @@ class KSWriter(): if img.has_key(l) and img[l]: full = full + img[l] lvald[l] = sorted(set(full), key=full.index) - #print full conf.update(lvald) - #print conf postscript = "" meta_root = os.path.dirname(self.image_filename) for scr in conf['PostScripts']: @@ -90,7 +88,6 @@ class KSWriter(): return conf def process_files(self, meta, repos): - print "arch: %s, dist: %s" %(self.arch, self.dist) new_repos = [] if meta.has_key("Architecture") and meta['Architecture']: for repo in repos: |