mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 14:05:52 +01:00
Remove debug code.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user