Skip to content

Commit

Permalink
refactor(build): Remove print statement from website build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Apr 8, 2024
1 parent 6a346fc commit 102460f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ val generateDocSourceTask = task("generateDocSource") {
val rootNode = parser.parse(docArticle.readText())
val visitor = MarkdownVisitor()

println("Parsing ${docArticle.name}")

rootNode.accept(visitor)

val fm = visitor.frontMatter
Expand Down

0 comments on commit 102460f

Please sign in to comment.