Skip to content

Commit f4a990c

Browse files
committed
remove log at all
1 parent 44c7a0e commit f4a990c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unstructured_client/_hooks/custom/pdf_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def is_pdf(file: shared.Files) -> bool:
6969
content = cast(bytes, file.content)
7070
PdfReader(io.BytesIO(content), strict=True)
7171
except (PdfReadError, UnicodeDecodeError):
72-
logger.info("Loading PDF failed, so splitting is not enabled.")
7372
return False
7473

7574
return True

0 commit comments

Comments
 (0)