From: Anthony Talarico Date: Tue, 10 May 2016 14:54:10 +0000 (-0400) Subject: removed console statement X-Git-Tag: v2.0.0^2~21^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3a6d4b44e727329783018d32bb30cbdad1121427;p=WP-Plugins%2Fglm-member-db.git removed console statement --- diff --git a/js/shortcodeBuilder.js b/js/shortcodeBuilder.js index 6894edbc..9d52eb7c 100644 --- a/js/shortcodeBuilder.js +++ b/js/shortcodeBuilder.js @@ -128,7 +128,6 @@ jQuery(document).ready(function ($) { if(listValues !== ""){ listString = listString.replace(/,\s*$/, ""); - console.log(target + "string:" + listString); shortcodeValues[boxTarget] = listString; }