diff options
Diffstat (limited to 'libusbmuxd/libusbmuxd.c')
| -rw-r--r-- | libusbmuxd/libusbmuxd.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/libusbmuxd/libusbmuxd.c b/libusbmuxd/libusbmuxd.c index b532f7d..9084457 100644 --- a/libusbmuxd/libusbmuxd.c +++ b/libusbmuxd/libusbmuxd.c @@ -183,7 +183,6 @@ int get_next_event(int sfd, usbmuxd_event_cb_t callback, void *user_data)  	/* block until we receive something */  	recv_len = recv_buf_timeout(sfd, &hdr, sizeof(hdr), 0, 0);  	if (recv_len < 0) { -		fprintf(stderr, "DEBUG: connection closed.\n");  		// when then usbmuxd connection fails,  		// generate remove events for every device that  		// is still present so applications know about it | 
