[IMP] remove print statement

bzr revid: fp@tinyerp.com-20140130163350-buaj84dfyjwwxn7o
This commit is contained in:
Fabien Pinckaers 2014-01-30 17:33:50 +01:00
parent 3b48a82af5
commit 6dca5f8f1c
1 changed files with 0 additions and 2 deletions

View File

@ -145,8 +145,6 @@ class website_event(http.Controller):
events_ids = event_obj.browse(request.cr, request.uid, obj_ids,
context=request.context)
for d in dates:
print '***', d
values = {
'current_date': current_date,
'current_country': current_country,