We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f8864 commit 74cde98Copy full SHA for 74cde98
src/main/scala/com/sourcegraph/sbtsourcegraph/SourcegraphEnable.scala
@@ -54,8 +54,6 @@ object SourcegraphEnable {
54
scalacOptionsSettings
55
) ++ enableSemanticdbPlugin
56
} yield settings
57
- println("SETTINGS:")
58
- settings.foreach(println)
59
Compat.append(extracted, settings, s)
60
}
61
@@ -102,8 +100,6 @@ object SourcegraphEnable {
102
100
103
101
) ++ addSemanticdbCompilerPlugin
104
105
106
107
108
109
0 commit comments