aboutsummaryrefslogtreecommitdiff
path: root/jim-aio.c
diff options
context:
space:
mode:
Diffstat (limited to 'jim-aio.c')
-rw-r--r--jim-aio.c1
1 files changed, 0 insertions, 1 deletions
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;
}