diff --git a/wp-content/themes/score/lib/scripts/custom.php b/wp-content/themes/score/lib/scripts/custom.php index a515cd8..ee8852d 100644 --- a/wp-content/themes/score/lib/scripts/custom.php +++ b/wp-content/themes/score/lib/scripts/custom.php @@ -27,7 +27,6 @@ function calc_video_height() { if (jQuery('#the_slider').hasClass('fullscreen_div')) { jQuery('#componentWrapper').css('height', '100%').css('height', '-=115px'); } else { - console.log(jQuery('#componentWrapper').css('height')); if (jQuery('#componentWrapper').css('height') != '500px') { jQuery('#componentWrapper').css('height', '500px'); }