1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Unwanted println.

This commit is contained in:
Cedric Beust 2017-01-22 09:49:13 -08:00
parent 2719be4c66
commit 1600056102

View file

@ -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()
}
}