From c6baeacd3d6560e6d3c6f38bff6621839bba022d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Tue, 20 Oct 2015 11:42:56 +0200 Subject: [PATCH] Removed JS debugging --- htdocs/product/price.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/product/price.php b/htdocs/product/price.php index 27d00db18f2..7eb9ee0b7e8 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -789,8 +789,6 @@ if ($action == 'edit_price' && ($user->rights->produit->creer || $user->rights-> var otherPrices = $('div.fiche form:not(:first)'); var minPrice1 = $('div.fiche form:first tr:eq(3)'); - console.log('e'); - if (jQuery('input#usePriceRules').prop('checked')) { otherPrices.hide(); minPrice1.hide();