From 22612c94d9e73f809133c06318372e0d527477fc Mon Sep 17 00:00:00 2001
From: mpilman <markus.pilman@snowflake.com>
Date: Wed, 6 Feb 2019 09:11:47 -0800
Subject: [PATCH] Remove cmake debugging messages

---
 cmake/FindLibreSSL.cmake | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/cmake/FindLibreSSL.cmake b/cmake/FindLibreSSL.cmake
index 1da7162bd8..09592e4a23 100644
--- a/cmake/FindLibreSSL.cmake
+++ b/cmake/FindLibreSSL.cmake
@@ -42,11 +42,6 @@ find_library(LIBRESSL_TLS_LIBRARY
 
 mark_as_advanced(LIBRESSL_CRYPTO_LIBRARY LIBRESSL_SSL_LIBRARY LIBRESSL_TLS_LIBRARY)
 
-message(STATUS "${LIBRESSL_CRYPTO_LIBRARY}")
-message(STATUS "${LIBRESSL_SSL_LIBRARY}")
-message(STATUS "${LIBRESSL_TLS_LIBRARY}")
-message(STATUS "${LIBRESSL_INCLUDE_DIR}")
-
 find_package_handle_standard_args(LibreSSL
   REQUIRED_VARS
     LIBRESSL_CRYPTO_LIBRARY