Skip to content

Commit

Permalink
YCMEPHelper: Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Dec 20, 2017
1 parent 85bf58f commit e9bfa39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/YCMEPHelper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,6 @@ function(YCM_WRITE_DOT_FILE _filename)
else()
get_property(_dep_component_set GLOBAL PROPERTY _YCM_${_dep_label}_COMPONENT SET)
get_property(_dep_component GLOBAL PROPERTY _YCM_${_dep_label}_COMPONENT)
message("${_dep_label}: _dep_component_set = ${_dep_component_set}, _dep_component = ${_dep_component}")
if(NOT _dep_component_set)
set(_arrows "${_arrows}\n ${_proj} -> ${_dep} [color=\"dimgray\"];")
elseif(_dep_component STREQUAL "external")
Expand Down

0 comments on commit e9bfa39

Please sign in to comment.