mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +01:00
Remove debug code
This commit is contained in:
parent
649e91daff
commit
529ccbe11b
1 changed files with 0 additions and 1 deletions
|
@ -298,7 +298,6 @@ class PackageManager(object):
|
|||
"""Print the Slackware packages contents
|
||||
"""
|
||||
for pkg in self.binary:
|
||||
print pkg
|
||||
find = find_package(pkg + self.meta.sp, self.meta.pkg_path)
|
||||
if find:
|
||||
package = Utils().read_file(
|
||||
|
|
Loading…
Add table
Reference in a new issue