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