[FIX] point_of_sale: removed console.log

bzr revid: fva@openerp.com-20130115172653-hxq1ce1w9owvor9i
This commit is contained in:
Frédéric van der Essen 2013-01-15 18:26:53 +01:00
parent 70cdcc70cf
commit db4f0a54de
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ function openerp_pos_db(instance, module){
this.packagings_by_id = {};
this.packagings_by_product_id = {};
this.packagings_by_ean13 = {};
console.log('coucou!');
},
/* returns the category object from its id. If you pass a list of id as parameters, you get
* a list of category objects.