Skip to content

Commit

Permalink
Disable verbosity logging
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro committed Oct 13, 2023
1 parent 856de48 commit 1bc75f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/kotlin/org/jetbrains/jewel/IconMapper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface IconMapper {

object IntelliJIconMapper : IconMapper {

private const val VERBOSE = true
private const val VERBOSE = false

override fun mapPath(
originalPath: String,
Expand Down

0 comments on commit 1bc75f0

Please sign in to comment.