summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2024-08-12 23:25:29 +1000
committerGitHub <noreply@github.com>2024-08-12 23:25:29 +1000
commitdccada95aaad475ebe6da5d98fd0e2b428b19034 (patch)
treecee78bd4091c4b667f83c5f48d447ee6db85a48d
parent380e0c9cad72ac29f858bef85c8b8eb35b6931f0 (diff)
Remove debugging prints. (#24271)0.25.20
-rw-r--r--builddefs/build_keyboard.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/builddefs/build_keyboard.mk b/builddefs/build_keyboard.mk
index e6bb1bcb5b..8427573181 100644
--- a/builddefs/build_keyboard.mk
+++ b/builddefs/build_keyboard.mk
@@ -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