Skip to content

Commit 62e60df

Browse files
Remove Monitor Service topic from statistics (#203) (#208)
(cherry picked from commit fa0fef4) Signed-off-by: Carlosespicur <carlosespicur@proton.me> Co-authored-by: Carlos Espinoza Curto <148376273+Carlosespicur@users.noreply.github.com>
1 parent f6ec5c2 commit 62e60df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/shapesdemo/ShapesDemo.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,7 @@ bool ShapesDemo::init()
235235
"PDP_PACKETS_TOPIC;" \
236236
"EDP_PACKETS_TOPIC;" \
237237
"DISCOVERY_TOPIC;" \
238-
"PHYSICAL_DATA_TOPIC;" \
239-
"MONITOR_SERVICE_TOPIC");
238+
"PHYSICAL_DATA_TOPIC;");
240239

241240
// In case the Statistics are not compiled, show an error
242241
#ifndef FASTDDS_STATISTICS

0 commit comments

Comments
 (0)