This commit is contained in:
Alexandre Archambault 2017-05-11 17:48:43 +02:00
parent 83e04a8e45
commit fc38828818
1 changed files with 1 additions and 5 deletions

View File

@ -31,11 +31,7 @@ object Resolution {
def fromActivation = profile.activation.isActive(properties, osInfo, jdkVersion)
val res = fromUserOrDefault.getOrElse(fromActivation)
// println(s"Profile\n$profile\n$res\n")
res
fromUserOrDefault.getOrElse(fromActivation)
}
/**