mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Remove log.
This commit is contained in:
parent
b422fb1b83
commit
432e673e90
1 changed files with 0 additions and 1 deletions
|
@ -178,7 +178,6 @@ public class TaskManager @Inject constructor(val plugins: Plugins, val args: Arg
|
|||
toProcess.forEach { target ->
|
||||
|
||||
val currentTask = TaskInfo(project.name, target.taskName)
|
||||
log(2, "Trying to look up ${currentTask.taskName} in the tasks")
|
||||
val thisTask = tasksByNames[currentTask.taskName]
|
||||
if (thisTask != null) {
|
||||
transitiveClosure.add(thisTask)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue