removing console log statement from ajax model for the front page event widget sidebar
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 31 Jan 2017 19:02:34 +0000 (14:02 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 31 Jan 2017 19:02:34 +0000 (14:02 -0500)
views/front/events/sidebarEvents.html

index 57709b7..ea8fc03 100644 (file)
@@ -25,7 +25,6 @@
                     $('.sidebar-event').fadeIn("slow");
                 },
                 success: function(data){
-                    console.log(data.event);
                 
                       if(data.array_dates !== null){
                         var num = 0;