From 3e8d6edfc7f642924938e2d85679c59276f51796 Mon Sep 17 00:00:00 2001 From: yekibud Date: Fri, 20 Jan 2012 16:47:41 -0800 Subject: [PATCH] commented out some unimplemented test code --- helpdesk/forms.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(