From 704cba75fef516c413cddeeb49eb2d63c28ee059 Mon Sep 17 00:00:00 2001 From: PProvost Date: Mon, 11 May 2020 16:05:03 -0600 Subject: Removed debug message --- protocol_handlers/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/protocol_handlers/CMakeLists.txt b/protocol_handlers/CMakeLists.txt index 4d6d75cf..8a7e8aa2 100644 --- a/protocol_handlers/CMakeLists.txt +++ b/protocol_handlers/CMakeLists.txt @@ -38,7 +38,6 @@ set(SOURCES # Remove the file server files if the user doesn't want them if(NOT NXD_ENABLE_FILE_SERVERS) - message(STATUS "*** Not using filex ***") list(REMOVE_ITEM SOURCES "${CMAKE_CURRENT_LIST_DIR}/web/nx_web_http_server.c" "${CMAKE_CURRENT_LIST_DIR}/http/nxd_http_server.c" -- cgit v1.3.1