Remove debug message

This commit is contained in:
Alexandre Archambault 2015-12-30 01:34:45 +01:00
parent f4c82ece40
commit 9c9c6de14e
1 changed files with 0 additions and 1 deletions

View File

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