diff --git a/src/test/kotlin/com/beust/kobalt/IncludeExcludeTest.kt b/src/test/kotlin/com/beust/kobalt/IncludeExcludeTest.kt index d1473484..81969a1c 100644 --- a/src/test/kotlin/com/beust/kobalt/IncludeExcludeTest.kt +++ b/src/test/kotlin/com/beust/kobalt/IncludeExcludeTest.kt @@ -41,7 +41,6 @@ class IncludeExcludeTest : KobaltTest() { fun html() { val inc = IncludedFile(From(""), To(""), listOf(IFileSpec.GlobSpec("**html"))) val files = inc.allFromFiles(htmlDir.path) - println("Files " + files) Assert.assertEquals(files.size, 1) Assert.assertEquals(files[0].path, A_HTML) }