[REM]:removed print statement

bzr revid: pap@tinyerp.co.in-20100118141637-lo24jfayx1qxr6fx
This commit is contained in:
pap (openerp) 2010-01-18 19:46:37 +05:30
parent cfe2942d8a
commit aa41d4010c
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ class hr_holidays(osv.osv):
_order = 'date_from desc'
def create(self, cr, uid, vals, context={}):
print 'create', vals, context
if context:
if context.has_key('type'):
vals['type'] = context['type']