From 914f2527a6ad2c011b8b17a29e604c1bb2f119fc Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 6 Feb 2016 01:37:41 +0400 Subject: [PATCH] Remove public. --- .../src/main/kotlin/com/beust/kobalt/misc/KobaltLogger.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/misc/KobaltLogger.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/misc/KobaltLogger.kt index d737e7df..beb9f4ed 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/misc/KobaltLogger.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/misc/KobaltLogger.kt @@ -37,7 +37,7 @@ fun Any.error(text: String, e: Throwable? = null) { } object KobaltLogger { - public var LOG_LEVEL: Int = 1 + var LOG_LEVEL: Int = 1 val logger: Logger get() = if (Kobalt.context != null) {