From 87c08012a04f531b50d464091c717d26545f3bef Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Fri, 26 Apr 2019 14:50:07 +0000 Subject: [PATCH] Bug 21946: (QA follow-up) - remove console.log To make QA tools happy Signed-off-by: Liz Rea --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 -- 1 file changed, 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index 4b9743ea03..bc6f9e2c7c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -948,8 +948,6 @@ opt = $(this).text().toLowerCase(); itm = itm.replace(/.*->(.*)/,"$1"); //If item type is part of a group we need to clear the parent description opt = opt.replace(/^\s*|\s*$/g,''); - console.log("opt "+opt); - console.log("itm "+itm.toLowerCase() ); if ( opt == itm.toLowerCase() ) { $(this).attr('selected', 'selected'); } -- 2.11.0