mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 11:36:05 +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""")
|
||||
else node.getText
|
||||
|
||||
println(text)
|
||||
|
||||
if (abbreviations.isEmpty) {
|
||||
printer.print(text)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user