diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-03-02 15:50:43 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-03-02 15:50:43 -0500 |
commit | b2af44fb22719dc353bd867c2648e0dd5b2eec19 (patch) | |
tree | a5a211c6677083f3e97e5f8d2a35fea59844bb03 /cloudinit | |
parent | 086fd973ea489dad5f680ce18fdacf61077fa82b (diff) | |
download | vyos-cloud-init-b2af44fb22719dc353bd867c2648e0dd5b2eec19.tar.gz vyos-cloud-init-b2af44fb22719dc353bd867c2648e0dd5b2eec19.zip |
util.py: remove 'print' debug statement
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/util.py b/cloudinit/util.py index efbc3c8d..039aa3f2 100644 --- a/cloudinit/util.py +++ b/cloudinit/util.py @@ -819,7 +819,6 @@ def read_seeded(base="", ext="", timeout=5, retries=10, file_retries=0): ud = None if ud_resp.ok(): ud = ud_resp.contents - print("returning %s (%s)" % (ud_resp.contents.__class__, ud_resp.contents)) return (md, ud) |