Skip to content

Commit

Permalink
Removes superfluous logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Gasser committed Jul 30, 2024
1 parent f287154 commit 86c314b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package org.vitrivr.engine.server.api.rest

import io.github.oshai.kotlinlogging.KLogger
import io.github.oshai.kotlinlogging.KotlinLogging
import io.javalin.json.JsonMapper
import kotlinx.serialization.json.Json
import kotlinx.serialization.json.decodeFromStream
Expand All @@ -25,9 +23,6 @@ object KotlinxJsonMapper : JsonMapper {
/** The [Json] object to perform de-/serialization with. */
private val json = Json { serializersModule = projectModule }

/** The [KLogger] instance used by this [KotlinxJsonMapper]. */
private val logger: KLogger = KotlinLogging.logger {}

/**
* Converts a JSON [String] to an object representation using Kotlinx serialization framework.
*
Expand Down

0 comments on commit 86c314b

Please sign in to comment.