removed console statement
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 May 2016 14:54:10 +0000 (10:54 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 May 2016 14:54:10 +0000 (10:54 -0400)
js/shortcodeBuilder.js

index 6894edb..9d52eb7 100644 (file)
@@ -128,7 +128,6 @@ jQuery(document).ready(function ($) {
                 
                 if(listValues !== ""){
                     listString = listString.replace(/,\s*$/, "");
-                    console.log(target + "string:" + listString);
                     shortcodeValues[boxTarget] = listString;
                 }