remove debugging statement

This commit is contained in:
Frédéric Péters 2011-11-15 15:10:06 +01:00
parent 0299f67026
commit 76b3dbcfc7
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ from Products.Five.browser import BrowserView
class IcalImport(BrowserView):
def __call__(self):
print 'ical import into', self.context
self.plone_utils = getToolByName(self.context, 'plone_utils')
self.portal_workflow = getToolByName(self.context, 'portal_workflow')
url = self.request.form.get('url')