mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-10 20:48:40 +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
|
"""Print the Slackware packages contents
|
||||||
"""
|
"""
|
||||||
for pkg in self.binary:
|
for pkg in self.binary:
|
||||||
print pkg
|
|
||||||
find = find_package(pkg + self.meta.sp, self.meta.pkg_path)
|
find = find_package(pkg + self.meta.sp, self.meta.pkg_path)
|
||||||
if find:
|
if find:
|
||||||
package = Utils().read_file(
|
package = Utils().read_file(
|
||||||
|
|
Loading…
Add table
Reference in a new issue