diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-07-15 18:38:04 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-07-15 18:38:04 +0100 |
commit | 88fdafe606d2d4d07276f54c545e59ad43688840 (patch) | |
tree | 02182aa2d68749f813a10f2a2d6c4a090f09899b | |
parent | d135ab702824098d2d93793f1fe5024ef40bd6a0 (diff) | |
download | sos-88fdafe606d2d4d07276f54c545e59ad43688840.tar.gz |
[archive] remove python2 debug code from class
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/archive.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/archive.py b/sos/archive.py index 4838ddd9..a56c7123 100644 --- a/sos/archive.py +++ b/sos/archive.py @@ -303,7 +303,6 @@ class TarFileArchive(FileCacheArchive): cmd = "%s -1" % cmd try: command = shlex.split("%s %s" % (cmd, self.name())) - print "%s %s" % (cmd, self.name()) p = Popen(command, stdout=PIPE, stderr=PIPE, |