diff --git a/CMake/External_jpeg.cmake b/CMake/External_jpeg.cmake
index 12c67776955750b2987b5114f3ab356204ee9b97..0527d1b28f72c90f9212d477a3859bf120134dae 100644
--- a/CMake/External_jpeg.cmake
+++ b/CMake/External_jpeg.cmake
@@ -14,11 +14,6 @@ else()
   set(JPEG_SB_BUILD_DIR ${CMAKE_BINARY_DIR}/${proj}/build)
   set(JPEG_SB_SRC ${CMAKE_BINARY_DIR}/${proj}/src/${proj})
   
-  # DEBUG
-  message(STATUS "System name : ${CMAKE_SYSTEM_NAME}")
-  message(STATUS "System ver  : ${CMAKE_SYSTEM_VERSION}")
-  message(STATUS "System proc : ${CMAKE_SYSTEM_PROCESSOR}")
-  
   if(WIN32)
 
    
@@ -95,4 +90,4 @@ else()
   endif()
   
   message(STATUS "  Using libjpeg SuperBuild version")
-endif()
\ No newline at end of file
+endif()