diff options
author | Dan McGee <dan@archlinux.org> | 2012-09-30 09:42:48 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-09-30 09:42:48 -0500 |
commit | a9998fc09e208b625edc7f39e1d6a49acb533f4b (patch) | |
tree | 32848b176406da89dc47dbaecaa764d4f5a9c598 /main/models.py | |
parent | ed1adeb1254c4d5754260bbe1ae2fbbc2a88debb (diff) |
Remote errant print() statement
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'main/models.py')
-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 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) |