Skip to content

Commit

Permalink
remove pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Apr 16, 2024
1 parent 6ffa22f commit 5dcda2c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ def __call__(self, value):
"""
Do not store html but only plaintext
"""
import pdb

pdb.set_trace()
if value.get("send_message", ""):
transform = SafeHTML()
value["send_message"] = transform.scrub_html(value["send_message"])
Expand Down

0 comments on commit 5dcda2c

Please sign in to comment.