Commit b96890a7 authored by Andreas Jung's avatar Andreas Jung

removed debug code

parent c9199c98
......@@ -630,11 +630,9 @@ class DocumentClass:
s,
expr=re.compile("_([%s0-9\s\.,\?\/]+)_" % letters).search):
print s
result = expr(s)
if result:
print "got it"
start,end = result.span(1)
st,e = result.span()
return (StructuredTextUnderline(s[start:end]),st,e)
......
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