From a817bda0ecf7eb0f45811dc40b2c4302fc6ca9d0 Mon Sep 17 00:00:00 2001 From: Hyunchul Kim Date: Mon, 23 Nov 2020 03:34:52 +0900 Subject: [PATCH] Delete log --- test_data/src/scripts/mobileScroll.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test_data/src/scripts/mobileScroll.js b/test_data/src/scripts/mobileScroll.js index ea6deda..d014f68 100644 --- a/test_data/src/scripts/mobileScroll.js +++ b/test_data/src/scripts/mobileScroll.js @@ -9,7 +9,6 @@ setInterval(function() { if (didScroll) { function hasScrolled() { - console.log(window.innerWidth) if (window.innerWidth < 720){ if (window.scrollY > 50) { $("#menu").css("padding-top","0px");