diff --git a/helpdesk/forms.py b/helpdesk/forms.py index 226c42ca..9951a6fd 100644 --- a/helpdesk/forms.py +++ b/helpdesk/forms.py @@ -161,9 +161,9 @@ class TicketForm(forms.Form): def clean_due_date(self): data = self.cleaned_data['due_date'] - #import ipdb; ipdb.set_trace() - if not hasattr(self, 'instance') or self.instance.due_date != new_data: - print "you changed!" + #TODO: add Google calendar update hook + #if not hasattr(self, 'instance') or self.instance.due_date != new_data: + # print "you changed!" return data attachment = forms.FileField(