mirror of https://github.com/sbt/sbt.git
Remove unnecessary warning message
This commit is contained in:
parent
84e7244e4e
commit
411e5f6c69
|
|
@ -186,7 +186,6 @@ private[sbt] case class SbtChainResolver(
|
|||
}
|
||||
}).reverse.headOption map {
|
||||
case (rmr, resolver) =>
|
||||
Message.warn(s"Choosing $resolver for ${rmr.getId}")
|
||||
// Now that we know the real latest revision, let's force Ivy to use it
|
||||
val artifactOpt = findFirstArtifactRef(rmr.getDescriptor, dd, data, resolver)
|
||||
artifactOpt match {
|
||||
|
|
|
|||
Loading…
Reference in New Issue