forked from SteamWar/SteamWar
Disable Logs
This commit is contained in:
@@ -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)
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user