diff --git a/cmake/modules/DuneBoost.cmake b/cmake/modules/DuneBoost.cmake
index eca51922148110d09e3bc607879d127e8e8686e7..5f23ab2096fe805664c615421212a0aa372ddd2a 100644
--- a/cmake/modules/DuneBoost.cmake
+++ b/cmake/modules/DuneBoost.cmake
@@ -1,8 +1,5 @@
 find_package(Boost)
 
-message("Boost_LIBRARIES=${Boost_LIBRARIES}")
-message("Boost_INCLUDE_DIRS=${Boost_INCLUDE_DIRS}")
-
 function(add_dune_boost_flags _targets)
   if(Boost_FOUND)
     include_directories("${Boost_INCLUDE_DIRS}")