lang/javascript: remove redundant featurep check

This commit is contained in:
Henrik Lissner 2017-03-02 18:23:27 -05:00
parent 0a39aa64d1
commit 9ad189f3b5

View file

@ -71,7 +71,6 @@
(def-package! company-tern
:when (featurep 'company)
:commands company-tern
:after tern)