Skip to content

Commit

Permalink
chore(presidio): remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
qlonik committed Jan 7, 2025
1 parent 43d7d45 commit 2f97d80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions presidio/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def batch_analyze() -> Tuple[Response, int]:
# Parse the request params
try:
request_obj = request.get_json()
print(request_obj["json_to_analyze"], type(request_obj))
if (
"json_to_analyze" not in request_obj
or request_obj["json_to_analyze"] is None
Expand All @@ -163,7 +162,6 @@ def batch_analyze() -> Tuple[Response, int]:
),
language="en",
)
print(recognizer_result_list)

unique_pii_list = extract_data_types_from_results(
recognizer_result_list
Expand Down

0 comments on commit 2f97d80

Please sign in to comment.