Browse Source

Remove debugging prints. (#24271)

Nick Brassel 2 years ago
parent
commit
dccada95aa
1 changed files with 0 additions and 3 deletions
  1. 0 3
      builddefs/build_keyboard.mk

+ 0 - 3
builddefs/build_keyboard.mk

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