eliminato log inutile del numero file

This commit is contained in:
2019-12-13 14:28:12 +01:00
parent 82710a73a3
commit b69463a303

View File

@@ -183,7 +183,6 @@ class bananaSPLITTER(threading.Thread):
newDoc['content']=copy.deepcopy(''.join(tempBody))
self.fileList.append(copy.deepcopy(newDoc))
tempBody=list()
self.log.info(self.fileName + " - {}".format(self.bodyCounter))
self.bodyCounter +=1
pass
else: