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-12-18 21:42:40 -08:00
parent 0f630f0756
commit f1730b30c8

View file

@ -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)
}