mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +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
|
||||
before removed"""
|
||||
if "--check-deps" in self.extra:
|
||||
print("")
|
||||
package, dependency, pkg_dep = [], [], []
|
||||
for pkg in find_package("", self.dep_path):
|
||||
deps = Utils().read_file(self.dep_path + pkg)
|
||||
|
|
Loading…
Reference in a new issue