Merge pull request #99 from Patater/tls-generated-sources-debug-print

Makefile: Remove extra debug print
diff --git a/library/Makefile b/library/Makefile
index 3058a31..2e68569 100644
--- a/library/Makefile
+++ b/library/Makefile
@@ -103,8 +103,6 @@
 OBJS_CRYPTO += version_features.o
 endif
 
-$(info $(OBJS_CRYPTO))
-
 OBJS_X509=	certs.o		pkcs11.o	x509.o		\
 		x509_create.o	x509_crl.o	x509_crt.o	\
 		x509_csr.o	x509write_crt.o	x509write_csr.o