removes Volatile (missing import)

This commit is contained in:
Vitor Pamplona
2026-03-29 21:30:12 -04:00
parent 7068263c00
commit 207fc6beba
@@ -21,7 +21,7 @@
package com.vitorpamplona.quartz.utils
object Log {
@Volatile var minLevel: LogLevel = LogLevel.DEBUG
var minLevel: LogLevel = LogLevel.DEBUG
fun d(
tag: String,