From 3fadeb77519984103fda39073da32bb930a7995b Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Mon, 20 Jan 2025 19:09:29 +0100 Subject: [PATCH] Disable Logs --- WebsiteBackend/src/de/steamwar/plugins/Auth.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebsiteBackend/src/de/steamwar/plugins/Auth.kt b/WebsiteBackend/src/de/steamwar/plugins/Auth.kt index cc5c0822..eeca85ee 100644 --- a/WebsiteBackend/src/de/steamwar/plugins/Auth.kt +++ b/WebsiteBackend/src/de/steamwar/plugins/Auth.kt @@ -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) - } + }*/ } \ No newline at end of file