Skip to content

Commit 29c7901

Browse files
committed
Remove eprintf
1 parent 5873417 commit 29c7901

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/multimaster/sockhub/sockhub.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ void ShubLoop(Shub* shub)
326326
int n = rc;
327327
for (j = 0; j < n; j++) {
328328
i = events[j].data.fd;
329-
fprintf(stderr, "events[j].events=%d, events[j].data.fd=%d\n", events[j].events, events[j].data.fd);
330329
if (events[j].events & EPOLLERR) {
331330
if (i != shub->input && i != shub->output) {
332331
notify_disconnect(shub, i);

0 commit comments

Comments
 (0)