mirror of https://github.com/sbt/sbt.git
Merge pull request #8061 from bjaglin/patch-2
[2.x] Remove debug println
This commit is contained in:
commit
c00d65f4a3
|
|
@ -75,11 +75,8 @@ object SemanticdbPlugin extends AutoPlugin {
|
|||
val config = configuration.value
|
||||
if semanticdbEnabled.value then
|
||||
Def.task {
|
||||
val xs =
|
||||
(orig diff semanticdbOptions.?.all(ancestorConfigs(config)).value.flatten.flatten) ++
|
||||
semanticdbOptions.value
|
||||
println(xs.toString)
|
||||
xs
|
||||
(orig diff semanticdbOptions.?.all(ancestorConfigs(config)).value.flatten.flatten) ++
|
||||
semanticdbOptions.value
|
||||
}
|
||||
else
|
||||
Def.task {
|
||||
|
|
|
|||
Loading…
Reference in New Issue