Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
YM162 committed Dec 24, 2023
1 parent fb013fc commit a786200
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gulagcleaner_python/python/gulagcleaner/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ def clean_pdf_path(pdf_path, output_path, force_naive=False):
"return_path": output_path,
"error": ""}
except Exception as e:
return {"success": False, "return_path": "", "error": str(e)}

# I would like to expose the clean_pdf function as a "clean_pdf_bytes(bytes)" function that already removes the trailing method byte and returns the cleaned bytes and the method.
# Working on it.
return {"success": False, "return_path": "", "error": str(e)}

0 comments on commit a786200

Please sign in to comment.