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
1 changed files with 0 additions and 2 deletions

View File

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