fix(cli): remove debug error call in 'doom version'

Accidentally snuck into dcae7187b4.

Amend: dcae7187b4
This commit is contained in:
Henrik Lissner 2022-04-01 16:57:16 +02:00
parent 6f8b83b884
commit cf79616202
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -32,7 +32,6 @@
(defcli! (version v) ()
"Show version information for Doom & Emacs."
(error "Test")
(doom/version)
nil)