diff options
author | Barry Warsaw <barry@python.org> | 2015-01-27 15:13:24 -0500 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2015-01-27 15:13:24 -0500 |
commit | f24d43d9df2b972720a93120bd60bc8ce86dc1f6 (patch) | |
tree | 5eba475ba6fa3612aba921cbebc51d214e1d48b9 /cloudinit/user_data.py | |
parent | 96d130e7732f1242d71c65a32412ae56cb229abf (diff) | |
download | vyos-cloud-init-f24d43d9df2b972720a93120bd60bc8ce86dc1f6.tar.gz vyos-cloud-init-f24d43d9df2b972720a93120bd60bc8ce86dc1f6.zip |
Remove debugging turd.
Diffstat (limited to 'cloudinit/user_data.py')
-rw-r--r-- | cloudinit/user_data.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/user_data.py b/cloudinit/user_data.py index 5fdc46f2..fe343d0c 100644 --- a/cloudinit/user_data.py +++ b/cloudinit/user_data.py @@ -122,7 +122,6 @@ class UserDataProcessor(object): ctype_orig = None was_compressed = True except util.DecompressionError as e: - import pdb; pdb.set_trace() LOG.warn("Failed decompressing payload from %s of length" " %s due to: %s", ctype_orig, len(payload), e) continue |