delete debug print
This commit is contained in:
parent
046bbda23a
commit
ef54c02c41
@ -13,9 +13,8 @@ private val DEFAULT_DOCUMENT_ROOT = "main.md"
|
||||
|
||||
public suspend fun buildDocument(documentDirectory: Directory): String {
|
||||
val dependencyGraph = buildDependencyGraph(documentDirectory)
|
||||
println(1)
|
||||
val roooot: MdAstRoot = dependencyGraph.nodes[""]!!.mdAst
|
||||
println(2)
|
||||
|
||||
return jacksonObjectMapper().writeValueAsString(roooot)
|
||||
// TODO прикрутить html
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user