Skip to content

Commit

Permalink
log message
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-acryl committed Oct 30, 2024
1 parent 73aab8f commit 08de42a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ def remove_special_characters(native_query: str) -> str:

ansi_escape_regx = re.compile(ANSI_ESCAPE_CHARACTERS)

logger.debug("Removing ANSI escape characters")

native_query = ansi_escape_regx.sub("", native_query)

return native_query
Expand Down

0 comments on commit 08de42a

Please sign in to comment.