Commit 6dd15173 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove commented code

parent ac8e93fa
......@@ -1231,7 +1231,6 @@ def evaluate_marker(text, extra=None, _ops={}):
while len(nodelist)==2: nodelist = nodelist[1]
kind = nodelist[0]
name = nodelist[1]
#while len(name)==2: name = name[1]
if kind==NAME:
try:
op = _marker_values[name]
......
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