diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-03-30 13:10:07 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-03-30 13:10:07 -0400 |
commit | a2b790776e848ea11ff04762f291cff91242a6c5 (patch) | |
tree | 3bb957fac6cd4714fede433f96daeb1ddb3b78fe | |
parent | f613aba32e7652a27f744d27c2d000831723023c (diff) | |
download | vyos-cloud-init-a2b790776e848ea11ff04762f291cff91242a6c5.tar.gz vyos-cloud-init-a2b790776e848ea11ff04762f291cff91242a6c5.zip |
remove debug printout in cloudinit/UserDataHandler.py
-rw-r--r-- | cloudinit/UserDataHandler.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/UserDataHandler.py b/cloudinit/UserDataHandler.py index fbb000fc..83377dab 100644 --- a/cloudinit/UserDataHandler.py +++ b/cloudinit/UserDataHandler.py @@ -74,7 +74,6 @@ def explode_cc_archive(archive,parts): if mtype == None: mtype = type_from_startswith(payload,def_type) - print "adding %s,%s" % (filename, mtype) parts['content'].append(content) parts['names'].append(filename) parts['types'].append(mtype) |