Forgot to commit the prettyPrintHbciMessage() got removed from old place

This commit is contained in:
dankito 2020-05-16 23:42:56 +02:00
parent adceb5d4d2
commit d4b900b770
1 changed files with 0 additions and 4 deletions

View File

@ -697,10 +697,6 @@ open class FinTsClient @JvmOverloads constructor(
return message return message
} }
protected fun prettyPrintHbciMessage(message: String): String {
return message.replace("'", "'\r\n")
}
protected open fun handleMayRequiresTan(response: Response, dialogContext: DialogContext): Response { // TODO: use response from DialogContext protected open fun handleMayRequiresTan(response: Response, dialogContext: DialogContext): Response { // TODO: use response from DialogContext