[DEL] printf debugging

pull/340/head
Holger Brunn 2016-04-08 13:18:23 +02:00
parent c2b3750d47
commit b02035aeab
1 changed files with 0 additions and 1 deletions

View File

@ -201,7 +201,6 @@ openerp.web_widget_one2many_tags = function(instance)
}) })
.join(', ') .join(', ')
); );
console.log(record.get(column.id + '__display'));
}); });
column = _(column).extend({type: 'one2many_tags'}); column = _(column).extend({type: 'one2many_tags'});
} }