Remove debugging prints. (#24271)

This commit is contained in:
Nick Brassel 2024-08-12 23:25:29 +10:00 committed by GitHub
parent 380e0c9cad
commit dccada95aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,15 +35,12 @@ endif
# Force expansion
override TARGET := $(TARGET)
$(info TARGET=$(TARGET))
ifneq ($(FORCE_LAYOUT),)
override TARGET := $(TARGET)_$(FORCE_LAYOUT)
$(info TARGET=$(TARGET))
endif
ifneq ($(CONVERT_TO),)
override TARGET := $(TARGET)_$(CONVERT_TO)
$(info TARGET=$(TARGET))
endif
# Object files and generated keymap directory