removing console statements from tickets code
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 24 Mar 2017 17:17:53 +0000 (13:17 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 24 Mar 2017 17:17:53 +0000 (13:17 -0400)
js/app.js
js/custom/pageSetup.js

index d9dc022..59fa0cd 100644 (file)
--- 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;
     });
index bd3f261..6e2ecc5 100644 (file)
@@ -87,7 +87,6 @@ $(document).ready(function () {
     });
     
     guides.on("change", function(){
-        console.log("test");
         guides_total = 0;
         guides_total = parseInt($(this).val()) * 2;
     });