Skip to content

Commit 80f7f32

Browse files
remove a debug print
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent d7589cc commit 80f7f32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wdoc/utils/loaders/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,9 @@ def format_args_with_types(arg_names: List[str]) -> str:
315315
f"text_splitter.transform_documents apparently erased the docs, something went wrong so using original docs.\nLoader function: '{loader_func}'\nArguments: '{args_to_pass}'\nText_splitter: '{text_splitter}'"
316316
)
317317
else:
318-
logger.debug(
319-
f"Successfuly used text_splitter.transform_documents on {len(docs)} docs"
320-
)
318+
# logger.debug(
319+
# f"Successfuly used text_splitter.transform_documents on {len(docs)} docs"
320+
# )
321321
docs = tdocs
322322

323323
if filetype not in ["anki", "pdf"]:

0 commit comments

Comments
 (0)