diff options
author | Dan McGee <dan@archlinux.org> | 2012-09-30 16:42:48 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-09-30 16:42:48 +0200 |
commit | a9998fc09e208b625edc7f39e1d6a49acb533f4b (patch) | |
tree | 32848b176406da89dc47dbaecaa764d4f5a9c598 /main | |
parent | ed1adeb1254c4d5754260bbe1ae2fbbc2a88debb (diff) | |
download | archweb-a9998fc09e208b625edc7f39e1d6a49acb533f4b.tar.gz archweb-a9998fc09e208b625edc7f39e1d6a49acb533f4b.tar.xz |
Remote errant print() statement
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'main')
-rw-r--r-- | main/models.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/models.py b/main/models.py index 166fd9a..0054926 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) |