[FIX] point_of_sale: removing useless console.log
authorFrédéric van der Essen <fva@openerp.com>
Mon, 30 Jul 2012 15:42:28 +0000 (17:42 +0200)
committerFrédéric van der Essen <fva@openerp.com>
Mon, 30 Jul 2012 15:42:28 +0000 (17:42 +0200)
bzr revid: fva@openerp.com-20120730154228-5vabk5qyvjez9dgk

addons/point_of_sale/static/src/js/pos_screens.js

index f79b600..07f1071 100644 (file)
@@ -581,7 +581,6 @@ function openerp_pos_screens(instance, module){ //module is instance.point_of_sa
             var self = this;
             $('.goodbye-message').css({opacity:1}).show();
             setTimeout(function(){
-                console.log('kill');
                 $('.goodbye-message').animate({opacity:0},500,'swing',function(){$('.goodbye-message').hide();});
             },3000);
         },