[DEL] printf debugging

This commit is contained in:
Holger Brunn
2016-04-08 13:18:23 +02:00
parent c2b3750d47
commit b02035aeab

View File

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