barcode scanning fixes
[odoo/odoo.git] / addons / point_of_sale / static / src / js / pos_models.js
index 1ea09b5..8a43677 100644 (file)
@@ -431,7 +431,6 @@ function openerp_pos_models(module, instance){ //module is instance.point_of_sal
             existing = (this.get('orderLines')).get(product.id);
             if (existing != null) {
                 if(existing.get('weighted')){
-                    console.log('TODO VERIFY THIS');
                     existing.incrementWeight(product.attributes.weight);
                 }else{
                     existing.incrementQuantity();