1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 16:28:12 -07:00

Remove public.

This commit is contained in:
Cedric Beust 2016-02-06 01:37:41 +04:00
parent 451ddf3590
commit 914f2527a6

View file

@ -37,7 +37,7 @@ fun Any.error(text: String, e: Throwable? = null) {
} }
object KobaltLogger { object KobaltLogger {
public var LOG_LEVEL: Int = 1 var LOG_LEVEL: Int = 1
val logger: Logger get() = val logger: Logger get() =
if (Kobalt.context != null) { if (Kobalt.context != null) {