get rid of reduntant code

This commit is contained in:
Jun-te Kim 2025-03-19 14:25:51 +00:00
parent 6863fc98fd
commit 1940483acc

View file

@ -13,9 +13,6 @@ class surveyedDataProcessor():
def identify_files(self):
for file in self.files:
pdf = pdfReaderToText(file)
print("Junte was here")
print(file)
print(pdf.text_list)
if pdf:
if pdf.type == ReportType.QUIDOS_PRESITE_NOTE:
self.pre_site_note = pdf.get_reader()