From 66c0a06d9fcc499fb49bdc70a42b617873bd074a Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 26 Mar 2018 13:47:06 -0500 Subject: [PATCH] minor updates to remove logging --- scrollimate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrollimate.js b/scrollimate.js index 2069d0c..bf344a3 100644 --- a/scrollimate.js +++ b/scrollimate.js @@ -327,7 +327,7 @@ var scrollimate = (function( window, $ ){ var exists = false; for(i=0; i < $allTabs.length; i++){ var curtab = $($allTabs[i]).attr('data-tabscroll'); - console.log( curtab ); + // console.log( curtab ); if( curtab === location ){ exists = true; } @@ -441,7 +441,7 @@ var scrollimate = (function( window, $ ){ var saAccordion = function(element, mainwidthinpercent, type, imageaspectratio){ var __saAccordionHelper = function(){ var $element = $(element); - console.log( $element ); + // console.log( $element ); if (mainwidthinpercent === undefined){ mainwidthinpercent = '50'; }