From 93607b91d643f79775e9d3f6501a356240e8f7bf Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 24 Mar 2017 13:17:53 -0400 Subject: [PATCH] removing console statements from tickets code --- js/app.js | 1 - js/custom/pageSetup.js | 1 - 2 files changed, 2 deletions(-) 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; }); -- 2.17.1