Remove console logs

This commit is contained in:
Joachim Robert 2019-02-05 21:06:05 +01:00
parent 1d99bc4739
commit 08fe9dbb0d

View file

@ -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);