mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Unwanted println.
This commit is contained in:
parent
2719be4c66
commit
1600056102
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ class BlockExtractor(val regexp: Pattern, val opening: Char, val closing: Char)
|
|||
}
|
||||
|
||||
if (foundKeyword && foundClosing && count == 0) {
|
||||
println("Done extracting: @$result@")
|
||||
return result.toString()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue