Commit 5aa68c9b by Bridger Maxwell

Removed code accidentally left in.

parent 3dee5442
......@@ -59,15 +59,6 @@ class CircuitPreprocessor(markdown.preprocessors.Preprocessor):
return line
return [ convertLine(line) for line in lines ]
new_lines = []
for line in lines:
m = self.preRegex.match(line)
if m:
new_lines.append()
else:
new_lines.append(line)
return new_lines
class CircuitLink(markdown.inlinepatterns.Pattern):
......
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