From 0fbaae7717847b41f4d1218ce44de44c755397c0 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 31 May 2008 17:54:35 +0200 Subject: [PATCH] Remove debugging message in error.h. --- error.h | 1 - 1 file changed, 1 deletion(-) diff --git a/error.h b/error.h index d97ce50..41553e3 100644 --- a/error.h +++ b/error.h @@ -54,7 +54,6 @@ static inline const char *adu_strerror(int num) { assert(num > 0); if (num == E_OSL) { - fprintf(stderr, "osl error %d\n", osl_errno & 0xff); assert(osl_errno > 0); return osl_strerror((osl_errno)); } -- 2.39.2