summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit')
-rw-r--r--cloudinit/util.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/cloudinit/util.py b/cloudinit/util.py
index 40f31570..3cf51e65 100644
--- a/cloudinit/util.py
+++ b/cloudinit/util.py
@@ -1287,10 +1287,6 @@ def subp(args, data=None, rcs=None, env=None, capture=True, shell=False):
out = ''
if not err and capture:
err = ''
- # Useful to note what happened...
- if capture:
- LOG.debug("Stdout: %s", out)
- LOG.debug("Stderr: %s", err)
return (out, err)