From f9b9ea276ed251f91e8aeee631ac7ee71ba6bd08 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 28 Apr 2016 16:23:24 -0400 Subject: [PATCH] Remove console entries These were only for debugging. Need to be removed. --- js/dashboard.js | 1 - js/front.js | 1 - 2 files changed, 2 deletions(-) diff --git a/js/dashboard.js b/js/dashboard.js index 20a775f..d01adfb 100644 --- a/js/dashboard.js +++ b/js/dashboard.js @@ -1,5 +1,4 @@ (function(){ - console.info('Running GLM Event plugin js'); if ($('#glm-event-from').length > 0) { $('#glm-event-from').datepicker(); $('#glm-event-to').datepicker(); diff --git a/js/front.js b/js/front.js index 6f0de45..929b543 100644 --- a/js/front.js +++ b/js/front.js @@ -13,7 +13,6 @@ var EventFront = { jQuery(".glm-event-day-row").find(".glm-event-day-event").click(function(){ jQuery(this).find('.event-content').slideToggle('slow'); jQuery(this).toggleClass('open'); - console.log(jQuery(this).find('.event-content')); }); jQuery(".glm-read-more").click(function(){ this.preventDefault(); -- 2.17.1