summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-09-10 21:59:52 -0500
committerDan McGee <dan@archlinux.org>2010-09-16 17:11:02 -0500
commit445bd7c80b896594b8fdeade425390dca1e8910d (patch)
tree4d38b1490bb59f58f6772ed9e9f0c874778576ec /main
parent8a3bd1ad8a702aabebbfacca51a57883b6d3214e (diff)
downloadarchweb-445bd7c80b896594b8fdeade425390dca1e8910d.tar.gz
archweb-445bd7c80b896594b8fdeade425390dca1e8910d.zip
Remove some leftover print statements
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'main')
-rw-r--r--main/models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/models.py b/main/models.py
index 0f4ae967..e5b270e5 100644
--- a/main/models.py
+++ b/main/models.py
@@ -138,8 +138,6 @@ class Package(models.Model):
@property
def signoffs(self):
if 'signoffs_cache' in dir(self):
- if len(self.signoffs_cache) > 0:
- print self.signoffs_cache
return self.signoffs_cache
self.signoffs_cache = list(Signoff.objects.filter(
pkg=self,