From 3a6d4b44e727329783018d32bb30cbdad1121427 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 10 May 2016 10:54:10 -0400 Subject: [PATCH] removed console statement --- js/shortcodeBuilder.js | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.17.1