Skip to content

Commit

Permalink
Just remove sanitize logging
Browse files Browse the repository at this point in the history
  • Loading branch information
justin025 committed Nov 7, 2024
1 parent 6d5fe1f commit 82a8919
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/onthespot/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ def open_item(item):


def sanitize_data(value):
try:
logger.info(
f'Sanitising string: "{value}"; '
f'Allow path separators: {allow_path_separators}'
)
except UnicodeEncodeError:
pass
if value is None:
return ''
char = config.get("illegal_character_replacement")
Expand Down

0 comments on commit 82a8919

Please sign in to comment.