Skip to content

Commit

Permalink
Remove unnessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Jul 12, 2024
1 parent ed312a5 commit 0c9e81d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extract_segments.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def exists_file(tenant: str, file_name: str) -> bool:
for i in range(5):
pdf_file = PdfFile(tenant)
if pdf_file.get_path(file_name).exists():
service_logger.info(f"Exists {pdf_file.get_path(file_name)}")
return True

service_logger.error(f"File {pdf_file.get_path(file_name)} does not exists right now")
Expand Down

0 comments on commit 0c9e81d

Please sign in to comment.