From a9998fc09e208b625edc7f39e1d6a49acb533f4b Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 30 Sep 2012 09:42:48 -0500 Subject: Remote errant print() statement Signed-off-by: Dan McGee --- main/models.py | 1 - 1 file changed, 1 deletion(-) (limited to 'main') 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) -- cgit v1.2.3-24-g4f1b