Remove unused print

This commit is contained in:
Dimitris Zlatanidis 2015-08-25 06:09:04 +03:00
parent c358147cef
commit 575c7b52fd

View file

@ -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)