mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Remove unused print
This commit is contained in:
parent
c358147cef
commit
575c7b52fd
1 changed files with 0 additions and 1 deletions
|
@ -312,7 +312,6 @@ class PackageManager(object):
|
||||||
"""Check package if dependencies for another package
|
"""Check package if dependencies for another package
|
||||||
before removed"""
|
before removed"""
|
||||||
if "--check-deps" in self.extra:
|
if "--check-deps" in self.extra:
|
||||||
print("")
|
|
||||||
package, dependency, pkg_dep = [], [], []
|
package, dependency, pkg_dep = [], [], []
|
||||||
for pkg in find_package("", self.dep_path):
|
for pkg in find_package("", self.dep_path):
|
||||||
deps = Utils().read_file(self.dep_path + pkg)
|
deps = Utils().read_file(self.dep_path + pkg)
|
||||||
|
|
Loading…
Add table
Reference in a new issue