Remove print statement for Love2D doc generation

This commit is contained in:
Emma 2024-09-07 21:16:07 -04:00
parent 1c6999ea3f
commit 3de4def951

View File

@ -41,7 +41,6 @@
(derive-docs-from-url "https://tic80.com/learn" :tic80.fnl tic80-manual)
(when generate-love2d-docs?
(let [{:convert download-and-convert-love2d-manual!} (require :tools.get-docs.love2d)]
(print "generating Love2D docs...")
(write-doc-file! :love2d.fnl
"https://github.com/love2d-community/love-api/"
(download-and-convert-love2d-manual!))))))