diff --git a/makefiles/firmware.mk b/makefiles/firmware.mk index d5ac4d7d7a..b8c8d4a85b 100644 --- a/makefiles/firmware.mk +++ b/makefiles/firmware.mk @@ -106,8 +106,6 @@ ifneq ($(words $(PX4_BASE)),1) $(error Cannot build when the PX4_BASE path contains one or more space characters.) endif -$(info % GIT_DESC = $(GIT_DESC)) - # # Set a default target so that included makefiles or errors here don't # cause confusion.