From f41264ee8838b6bcbce7fc2ba6b227032bd74534 Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Mon, 25 Jan 2010 21:54:16 +0100 Subject: Remove libusbmuxd debug again that slipped by --- libusbmuxd/libusbmuxd.c | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.1-32-gdbae