Skip to content

Commit

Permalink
readd console output removal
Browse files Browse the repository at this point in the history
  • Loading branch information
TSC21 committed Oct 4, 2019
1 parent 1970ef8 commit 8846092
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if (NOT "${config_rtps_send_topics}" STREQUAL "" OR NOT "${config_rtps_receive_t
--agent-outdir ${CMAKE_CURRENT_BINARY_DIR}/micrortps_agent
--client-outdir ${CMAKE_CURRENT_BINARY_DIR}/micrortps_client
--idl-dir ${CMAKE_CURRENT_BINARY_DIR}/micrortps_agent/idl
#>micrortps_bridge.log > /dev/null
>micrortps_bridge.log > /dev/null
DEPENDS ${send_topic_files} ${receive_topic_files}
COMMENT "Generating RTPS topic bridge"
)
Expand Down

0 comments on commit 8846092

Please sign in to comment.