Removed ip address logging

This commit is contained in:
mrfry 2021-05-09 09:45:37 +02:00
parent c1feb28f86
commit 168a36b538
6 changed files with 17 additions and 27 deletions

View file

@ -135,7 +135,7 @@ function removePossibleAnswersDuplicates(path) {
const dataA = utils.ReadJSON(currPath)
currIndex++
printProgressBar(currIndex, count)
printProgressBar(currIndex, count - 1)
contents.forEach((currFile2) => {
const currPath2 = path + '/' + currDir + '/' + currFile2