mirror of https://github.com/sbt/sbt.git
Remove debug message
This commit is contained in:
parent
f4c82ece40
commit
9c9c6de14e
|
|
@ -180,7 +180,6 @@ class Helper(
|
|||
val attributes = splitAttributes.collect {
|
||||
case Seq(k, v) => k -> v
|
||||
}
|
||||
println(s"-> $org:$name:$attributes")
|
||||
(Module(org, name, attributes.toMap), version)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue