Skip to content

Commit 2f35e86

Browse files
authored
Update SEDPAgent.cpp
Removing printf()
1 parent 32b052d commit 2f35e86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/discovery/SEDPAgent.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@ void SEDPAgent::handleSubscriptionReaderMessage(
241241
}
242242

243243
void SEDPAgent::handleRemoteEndpointDeletion(const TopicData &topic) {
244-
printf("Removing remote Endpoint!\n");
245-
246244
if (!topic.entityIdFromKeyHashValid) {
247245
return;
248246
}

0 commit comments

Comments
 (0)