Skip to content

Commit

Permalink
Removed presumably debugging echo of enabled backened
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Nov 20, 2012
1 parent 1b390b5 commit e341ccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backends/CMakeLists.txt
Expand Up @@ -24,7 +24,6 @@ foreach(dir ${backend_dirs})
string(TOUPPER ${dir} dirUP)
if(${dirUP}_FOUND)
add_subdirectory(${dir})
message("added backend: ${dir}")
endif()
endif()
endif()
Expand Down

0 comments on commit e341ccc

Please sign in to comment.