diff --git a/components/Page/index.js b/components/Page/index.js index 6671845..746b0f8 100644 --- a/components/Page/index.js +++ b/components/Page/index.js @@ -47,7 +47,6 @@ export default function Page(props: Props) { const throttledScroll = throttle(300, handleScroll); function updateProgress() { - console.log("called") const checkedItemsCount = getLocalStorageLength(); const progressPercentage = checkedItemsCount * 100 / totalItemsCount; setProgress(progressPercentage);