Skip to content

Commit d29db1f

Browse files
committed
Makefile: Remove extra debug print
Remove debug print added to print list of source files used in making libmbedcrypto. Fixes 92da0bd ("Makefile: Use generated source files from parent").
1 parent b978282 commit d29db1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ OBJS_CRYPTO += version.o
103103
OBJS_CRYPTO += version_features.o
104104
endif
105105

106-
$(info $(OBJS_CRYPTO))
107-
108106
OBJS_X509= certs.o pkcs11.o x509.o \
109107
x509_create.o x509_crl.o x509_crt.o \
110108
x509_csr.o x509write_crt.o x509write_csr.o

0 commit comments

Comments
 (0)