mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Remove log.
This commit is contained in:
parent
0f630f0756
commit
f1730b30c8
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ public class Pom @javax.inject.Inject constructor(@Assisted val id: String,
|
|||
}
|
||||
}
|
||||
}
|
||||
log(3, "Done parsing: $groupId $artifactId $version")
|
||||
val tmpDependency = Dependency(groupId!!, artifactId!!, packaging, version, optional!!, scope)
|
||||
dependencies.add(tmpDependency)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue