diff --git a/src/test/kotlin/com/beust/kobalt/internal/ExcludeTest.kt b/src/test/kotlin/com/beust/kobalt/internal/ExcludeTest.kt index 491f5f73..00d71d5f 100644 --- a/src/test/kotlin/com/beust/kobalt/internal/ExcludeTest.kt +++ b/src/test/kotlin/com/beust/kobalt/internal/ExcludeTest.kt @@ -36,7 +36,6 @@ class ExcludeTest @Inject constructor(compilerFactory: BuildFileCompiler.IFactor } """ - KobaltLogger.LOG_LEVEL = 3 val project = compileSingleProject(projectText) val allIds = dependencyManager.calculateDependencies(project, Kobalt.context!!, scopes = listOf(Scope.COMPILE))