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")
|
||||
}
|
||||
|
||||
/*
|
||||
onCallRespond { call ->
|
||||
if ((call.response.status() ?: HttpStatusCode.OK).isSuccess()) {
|
||||
return@onCallRespond
|
||||
@@ -125,5 +126,5 @@ Message: ${cause.message}
|
||||
""".trimIndent()
|
||||
|
||||
SWException.log(msg, stack)
|
||||
}
|
||||
}*/
|
||||
}
|
||||
Reference in New Issue
Block a user