From 8a5861eb51c32e41d638181188c256c1dbb93c96 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Fri, 1 May 2020 11:42:38 +1000 Subject: aio: remove leftover debugging Signed-off-by: Steve Bennett --- jim-aio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'jim-aio.c') diff --git a/jim-aio.c b/jim-aio.c index ddfc486..1e3a679 100644 --- a/jim-aio.c +++ b/jim-aio.c @@ -541,7 +541,6 @@ static Jim_Obj *JimFormatSocketAddress(Jim_Interp *interp, const union sockaddr_ default: /* Otherwise just an empty address */ addr = ""; - fprintf(stderr, "%s:%d", __FILE__, __LINE__); break; } -- cgit v1.1