Remove unused fallback symbols
This commit is contained in:
parent
fa45c4431d
commit
91f97bebec
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ class RegisterRepository(
|
|||
.map { it.text().trim() }
|
||||
.apply { logger.debug("$this") }
|
||||
.filter { it.matches("[a-zA-Z0-9]*".toRegex()) } // early filter invalid symbols
|
||||
.ifEmpty { listOf("opole", "gdansk", "tarnow", "rzeszow") } // fallback
|
||||
.map { Pair(it, cert) }
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue