1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Remove log.

This commit is contained in:
Cedric Beust 2015-11-22 10:00:44 -08:00
parent b422fb1b83
commit 432e673e90

View file

@ -178,7 +178,6 @@ public class TaskManager @Inject constructor(val plugins: Plugins, val args: Arg
toProcess.forEach { target -> toProcess.forEach { target ->
val currentTask = TaskInfo(project.name, target.taskName) val currentTask = TaskInfo(project.name, target.taskName)
log(2, "Trying to look up ${currentTask.taskName} in the tasks")
val thisTask = tasksByNames[currentTask.taskName] val thisTask = tasksByNames[currentTask.taskName]
if (thisTask != null) { if (thisTask != null) {
transitiveClosure.add(thisTask) transitiveClosure.add(thisTask)