remove debug print during build

This commit is contained in:
Jeff Epler 2021-02-18 16:01:23 -06:00
parent d56fe7691d
commit 72e8fb085c
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ ifeq ($(CIRCUITPY_AUDIOMP3),1)
SRC_PATTERNS += audiomp3/%
endif
ifeq ($(CIRCUITPY_BITOPS),1)
$(info BITOPS enabled)
SRC_PATTERNS += bitops/%
endif
ifeq ($(CIRCUITPY_BITBANGIO),1)