diff options
| author | PProvost <[email protected]> | 2020-05-11 16:05:03 -0600 |
|---|---|---|
| committer | PProvost <[email protected]> | 2020-05-11 16:05:03 -0600 |
| commit | 704cba75fef516c413cddeeb49eb2d63c28ee059 (patch) | |
| tree | f4c3bda6d68678b0cd0044ca7b7bfbe3913dc1d3 | |
| parent | da3eea79d5da9573c3c9395828da47c272ab0974 (diff) | |
Removed debug message
| -rw-r--r-- | protocol_handlers/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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" |
