Skip to content

Commit

Permalink
Remove trace
Browse files Browse the repository at this point in the history
  • Loading branch information
hparfr committed Nov 26, 2018
1 parent 07e0582 commit fa6349d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roulier/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ def _normalize_coerce_zpl(self, value):
for ctrl in ctrl_cars:
val = val.replace("%c" % ctrl, "")
return val

def _normalize_coerce_accents(self, value):
"""Sanitize accents for some WS."""
if not isinstance(value, basestring):
return value
import pdb; pdb.set_trace()
sanitized = (
value
# quick and dirty replacement
Expand Down

0 comments on commit fa6349d

Please sign in to comment.