Commit 52dfdd53 authored by myhloli's avatar myhloli
Browse files

refactor(magic_pdf): remove unnecessary comment

- Remove commented-out call to clean_memory() function
- This change simplifies the code by eliminating an unused code snippet
parent dd7f6781
......@@ -825,7 +825,7 @@ def pdf_parse_union(
'pdf_info': pdf_info_list,
}
# clean_memory()
clean_memory()
return new_pdf_info_dict
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment