Bug 22023: (QA follow-up) Remove console.log used for debugging
authorJosef Moravec <josef.moravec@gmail.com>
Tue, 12 Mar 2019 06:11:51 +0000 (06:11 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 13 Mar 2019 05:31:30 +0000 (05:31 +0000)
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/js/basket.js

index 1fffb36..5eadc9a 100644 (file)
@@ -223,7 +223,6 @@ function addSelRecords(valSel) { // function for adding a selection of biblios t
 
 function showCartUpdate(msg){
        // set body of popup window
-    console.log( msg );
        $("#cartDetails").html(msg);
        showCart();
     setTimeout(hideCart,2000);