1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-19 04:26:17 +08:00

Remove ugly debug message

This commit is contained in:
mpilman 2019-03-08 13:56:55 -08:00 committed by Alex Miller
parent 7d029300ad
commit b0894295ba

@ -6,6 +6,4 @@ set(error_msg
if(EXISTS "${FILE}") if(EXISTS "${FILE}")
list(JOIN error_msg " " err) list(JOIN error_msg " " err)
message(FATAL_ERROR "${err}") message(FATAL_ERROR "${err}")
else()
message(STATUS "${FILE} does not exist")
endif() endif()