🎨 Improve boot

This commit is contained in:
Daniel 2023-06-16 09:18:44 +08:00
parent dfb5be0679
commit 200499aad4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 5 additions and 4 deletions

View file

@ -110,8 +110,6 @@ func Boot() {
}
initPathDir()
go initPandoc()
go initTesseract()
bootBanner := figure.NewColorFigure("SiYuan", "isometric3", "green", true)
logging.LogInfof("\n" + bootBanner.String())