0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-16 01:31:22 -05:00

Remove bootstrap println message.

This commit is contained in:
Andrey Antukh 2016-05-15 22:58:18 +03:00
parent 5f7fea7201
commit c57e3f2a68
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -16,7 +16,6 @@
(enable-console-print!)
(define-once :setup
(println "bootstrap")
(st/init)
(rt/init)
(ui/init))