removed debug trace

git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@454 9bc8b190-ac0f-0410-8968-dc7d1f502856
This commit is contained in:
Frédéric Lepied 2001-07-02 08:09:51 +00:00
parent 41c1e5fadd
commit f7f2fce5d9
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ class BinariesCheck(AbstractCheck.AbstractCheck):
try:
symlink = dir + bin_info.soname
(perm, owner, group, link) = files[symlink]
print link, base, link != base
if link != i[0] and link != base and link != '':
printError(pkg, 'invalid-ldconfig-symlink', i[0], link)
except KeyError: