Remove debugging print statements

This commit is contained in:
Calen Pennington
2012-12-18 11:35:08 -05:00
parent 81e065bdb6
commit 7679fda172
4 changed files with 0 additions and 5 deletions

View File

@@ -401,7 +401,6 @@ class CourseDescriptor(SequenceDescriptor):
@property
def start_date_text(self):
print self.advertised_start, self.start
return time.strftime("%b %d, %Y", self.advertised_start or self.start)
@property