Skip to content

Commit ca4f419

Browse files
committed
removing logger from ScheduledJob
1 parent ad459a2 commit ca4f419

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/kotlin/org/opensearch/commons/alerting/model/ScheduledJob.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ import org.opensearch.core.xcontent.XContentParser
77
import org.opensearch.core.xcontent.XContentParserUtils
88
import java.io.IOException
99
import java.time.Instant
10-
import org.apache.logging.log4j.LogManager
11-
12-
private val log = LogManager.getLogger(ScheduledJob::class.java)
1310

1411
interface ScheduledJob : BaseModel {
1512

0 commit comments

Comments
 (0)