From 6254db119165c3b3fe82b4e9345de0de255bf7b5 Mon Sep 17 00:00:00 2001 From: tuexen Date: Fri, 4 May 2012 10:26:50 +0000 Subject: Remove debug output. MFC after: 3 days --- lib/libc/net/sctp_sys_calls.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libc/net') diff --git a/lib/libc/net/sctp_sys_calls.c b/lib/libc/net/sctp_sys_calls.c index e9c9d64..74ff04a 100644 --- a/lib/libc/net/sctp_sys_calls.c +++ b/lib/libc/net/sctp_sys_calls.c @@ -800,7 +800,6 @@ continue_send: } sinfo->sinfo_assoc_id = sctp_getassocid(sd, addrs); if (sinfo->sinfo_assoc_id == 0) { - printf("Huh, can't get associd? TSNH!\n"); (void)setsockopt(sd, IPPROTO_SCTP, SCTP_CONNECT_X_COMPLETE, (void *)addrs, (socklen_t) addrs->sa_len); errno = ENOENT; -- cgit v1.1