Remove debug code.

This commit is contained in:
takezoe
2013-07-12 03:26:41 +09:00
parent a129f53e0c
commit a31de89f9c

View File

@@ -105,8 +105,6 @@ class GitBucketHtmlSerializer(
.replaceAll("(^|\\W)@([a-zA-Z0-9\\-_]+)(\\W|$)", s"""$$1<a href="${context.path}/$$2">@$$2</a>$$3""") .replaceAll("(^|\\W)@([a-zA-Z0-9\\-_]+)(\\W|$)", s"""$$1<a href="${context.path}/$$2">@$$2</a>$$3""")
else node.getText else node.getText
println(text)
if (abbreviations.isEmpty) { if (abbreviations.isEmpty) {
printer.print(text) printer.print(text)
} else { } else {