* removed trace.

git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@184 9bc8b190-ac0f-0410-8968-dc7d1f502856
This commit is contained in:
Frédéric Lepied 2000-06-27 08:14:22 +00:00
parent dd74a6e992
commit 50496c77f4
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ class TagsCheck(AbstractCheck.AbstractCheck):
provides=pkg.provides()
for (provide_name, provide_version, provide_flags) in provides:
print provide_name
if name == provide_name:
printWarning(pkg, "package-provides-itself")
break