Skip to content

Commit 07af478

Browse files
committed
style
1 parent c3a551c commit 07af478

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildSrc/src/main/kotlin/dokka-customization.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ tasks.register("trimNavigations") {
1515
dokkaOutputDir.listFiles { file ->
1616
file.isDirectory && file.resolve("navigation.html").exists()
1717
}?.forEach { moduleDir ->
18-
println("trimming navigation for module ${moduleDir.name}")
1918
val moduleName = moduleDir.name
2019

2120
val navFile = File(moduleDir, "navigation.html")

0 commit comments

Comments
 (0)