diff options
author | Joshua Powers <josh.powers@canonical.com> | 2020-08-26 09:58:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 12:58:28 -0400 |
commit | 371b392ced518e45be51089b6a67b362957b1dba (patch) | |
tree | c7623c109c4644ef8f0f902cd77a6f8b51546e83 /cloudinit | |
parent | 947a316a784580da0e91685b44635067e82e0038 (diff) | |
download | vyos-cloud-init-371b392ced518e45be51089b6a67b362957b1dba.tar.gz vyos-cloud-init-371b392ced518e45be51089b6a67b362957b1dba.zip |
util: remove debug statement (#556)
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 cf9e349f..64142f23 100644 --- a/cloudinit/util.py +++ b/cloudinit/util.py @@ -2490,7 +2490,6 @@ def read_dmi_data(key): LOG.debug("dmidata is not supported on %s", uname_arch) return None - print("hi, now its: %s\n", subp) dmidecode_path = subp.which('dmidecode') if dmidecode_path: return _call_dmidecode(key, dmidecode_path) |