From: Anthony Talarico Date: Fri, 24 Mar 2017 17:17:53 +0000 (-0400) Subject: removing console statements from tickets code X-Git-Tag: v1.0.0^2~37 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=93607b91d643f79775e9d3f6501a356240e8f7bf;p=WP-Themes%2Fmackinawferry.git removing console statements from tickets code --- diff --git a/js/app.js b/js/app.js index d9dc022..59fa0cd 100644 --- a/js/app.js +++ b/js/app.js @@ -98,7 +98,6 @@ $(document).ready(function () { }); guides.on("change", function(){ - console.log("test"); guides_total = 0; guides_total = parseInt($(this).val()) * 2; }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index bd3f261..6e2ecc5 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -87,7 +87,6 @@ $(document).ready(function () { }); guides.on("change", function(){ - console.log("test"); guides_total = 0; guides_total = parseInt($(this).val()) * 2; });