Commit 51730591 authored by Serge S. Koval's avatar Serge S. Koval

Removed debug print

parent 2a69c428
......@@ -102,9 +102,6 @@ def get_dict_attr(obj, attr, default=None):
def escape(value):
print value
return (as_unicode(value)
.replace(CHAR_ESCAPE, CHAR_ESCAPE + CHAR_ESCAPE)
.replace(CHAR_SEPARATOR, CHAR_ESCAPE + CHAR_SEPARATOR))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment