mirror of https://github.com/sbt/sbt.git
Cleaning
This commit is contained in:
parent
83e04a8e45
commit
fc38828818
|
|
@ -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)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue