diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-12-07 01:13:45 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-12-07 01:13:45 +0000 |
commit | 98129045313ccf8bafbad067a28cb527fb1ad2c4 (patch) | |
tree | b84709b88fc175177518658781138e15855aa92d | |
parent | 179d9bb9868b0a941201566a1774ad648ebde7b5 (diff) | |
download | sos-98129045313ccf8bafbad067a28cb527fb1ad2c4.tar.gz |
Remove stray debug code in copy_permissions_filter()
-rw-r--r-- | sos/utilities.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/utilities.py b/sos/utilities.py index 4d31b805..b424e707 100644 --- a/sos/utilities.py +++ b/sos/utilities.py @@ -219,7 +219,6 @@ class TarFileArchive(Archive): if(context): tar_info.pax_headers['RHT.security.selinux'] = context self.set_tar_info_from_stat(tar_info,fstat) - print "filtering orig_path=%s context=%s" % (orig_path, context) return tar_info def get_selinux_context(self, path): |