diff options
| author | Jeff Epler <jepler@gmail.com> | 2021-02-18 16:01:23 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2021-02-18 16:01:23 -0600 |
| commit | 72e8fb085cc802cac098747f9b8355ee140009c2 (patch) | |
| tree | a5159971159144fa7ca4c0a511b3d67287c9ac19 /py | |
| parent | d56fe7691d262e80254aaab3c6335479fa3f6ccf (diff) | |
remove debug print during build
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_defns.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/circuitpy_defns.mk b/py/circuitpy_defns.mk index c1cf86362..47870ede1 100644 --- a/py/circuitpy_defns.mk +++ b/py/circuitpy_defns.mk @@ -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) |
