Skip to content

Commit 899f72a

Browse files
committed
Remove endpoint info print from registration updated handler
1 parent 19fd572 commit 899f72a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ void client_registered(void)
100100
void client_registration_updated(void)
101101
{
102102
printf("Client registration updated.\n");
103-
print_client_ids();
104103
error_count = 0;
105104
}
106105

0 commit comments

Comments
 (0)