mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Remove console logs
This commit is contained in:
parent
1d99bc4739
commit
08fe9dbb0d
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue