Skip to content

Commit

Permalink
FDP-94: Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperkamerling committed Nov 16, 2023
1 parent dcff2c9 commit 06cb86d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class ProxyServerRequestMessage(
@Throws(ProxyMessageException::class)
fun createInstanceFromString(string: String): ProxyServerRequestMessage {
val split = string.split(SEPARATOR)
"een of andere string".lines()
val numTokens = split.size
LOGGER.debug("split.length: {}", numTokens)
if (numTokens < 4 || numTokens > 5) {
Expand Down

0 comments on commit 06cb86d

Please sign in to comment.