Remove debugging print statements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user