summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-09-30 09:42:48 -0500
committerDan McGee <dan@archlinux.org>2012-09-30 09:42:48 -0500
commita9998fc09e208b625edc7f39e1d6a49acb533f4b (patch)
tree32848b176406da89dc47dbaecaa764d4f5a9c598
parented1adeb1254c4d5754260bbe1ae2fbbc2a88debb (diff)
downloadarchweb-a9998fc09e208b625edc7f39e1d6a49acb533f4b.tar.gz
archweb-a9998fc09e208b625edc7f39e1d6a49acb533f4b.zip
Remote errant print() statement
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--main/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/models.py b/main/models.py
index 166fd9a9..00549268 100644
--- a/main/models.py
+++ b/main/models.py
@@ -226,7 +226,6 @@ class Package(models.Model):
else:
# it must be a provision of ours at this point
for provide in (p for p in provides if p.name == dep.name):
- print(provide.version, dep.comparison, dep.version)
if alpm.compare_versions(provide.version,
dep.comparison, dep.version):
new_rqd.append(dep)