Remove debug code.

This commit is contained in:
takezoe
2013-06-07 09:47:51 +09:00
parent 3bf13c2624
commit 5c79124bf9

View File

@@ -87,9 +87,6 @@ class GitBucketHtmlSerializer(markdown: String, wikiLink: Boolean, context: app.
text.replaceFirst("^([0-9]+)", "<a href=\"%s/%s/%s/issue/$1\">$0</a>".format(context.path, repository.owner, repository.name)) text.replaceFirst("^([0-9]+)", "<a href=\"%s/%s/%s/issue/$1\">$0</a>".format(context.path, repository.owner, repository.name))
} else text } else text
println(text)
if (abbreviations.isEmpty) { if (abbreviations.isEmpty) {
printer.print(text2) printer.print(text2)
} else { } else {