[FIX] point_of_sale: removed console.log
authorFrédéric van der Essen <fva@openerp.com>
Tue, 15 Jan 2013 17:26:53 +0000 (18:26 +0100)
committerFrédéric van der Essen <fva@openerp.com>
Tue, 15 Jan 2013 17:26:53 +0000 (18:26 +0100)
bzr revid: fva@openerp.com-20130115172653-hxq1ce1w9owvor9i

addons/point_of_sale/static/src/js/db.js

index 933dbda..93dc86e 100644 (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.