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

Remove comment.

This commit is contained in:
Cedric Beust 2016-01-01 09:55:16 -08:00
parent eb2937098d
commit ac533fb382

View file

@ -79,7 +79,6 @@ class IncrementalManager(val fileName: String = IncrementalManager.BUILD_INFO_FI
: (Project) -> TaskResult {
return { project: Project ->
val iit = method(project)
// TODO: compare the checksums with the previous run
val taskName = project.name + ":" + taskName
var upToDate = false
var taskOutputChecksum : String? = null