Disable Logs

This commit is contained in:
2025-01-20 19:09:29 +01:00
parent 8da9a3cfbb
commit 3fadeb7751
@@ -104,6 +104,7 @@ Message: ${cause.message}
call.response.headers.append("X-Caught", "1") call.response.headers.append("X-Caught", "1")
} }
/*
onCallRespond { call -> onCallRespond { call ->
if ((call.response.status() ?: HttpStatusCode.OK).isSuccess()) { if ((call.response.status() ?: HttpStatusCode.OK).isSuccess()) {
return@onCallRespond return@onCallRespond
@@ -125,5 +126,5 @@ Message: ${cause.message}
""".trimIndent() """.trimIndent()
SWException.log(msg, stack) SWException.log(msg, stack)
} }*/
} }