mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Log.
This commit is contained in:
parent
b84586261c
commit
452820e728
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ object Filters {
|
|||
override fun accept(p0: DependencyNode, p1: MutableList<DependencyNode>): Boolean {
|
||||
val result = p0.dependency != null && ! p0.dependency.optional
|
||||
if (! result) {
|
||||
kobaltLog(2, "Excluding from optional filter: $p0")
|
||||
kobaltLog(3, "Excluding from optional filter: $p0")
|
||||
}
|
||||
return result
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue