summaryrefslogtreecommitdiff
path: root/src/verbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/verbs')
-rw-r--r--src/verbs/install.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/verbs/install.py b/src/verbs/install.py
index 21f4724..4c91291 100644
--- a/src/verbs/install.py
+++ b/src/verbs/install.py
@@ -209,7 +209,6 @@ def resolve_dependencies(package_info):
for dep in re.findall("[\w,-]*", package_info["DEPS"])
if len(dep) > 0
]
- print(d)
return d
def find_all_dependencies(package_names, options, config):