Remove debugging message in error.h.
authorAndre Noll <maan@systemlinux.org>
Sat, 31 May 2008 15:54:35 +0000 (17:54 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 31 May 2008 15:54:35 +0000 (17:54 +0200)
error.h

diff --git a/error.h b/error.h
index d97ce507451785591bf6a1052325fcd84959d08a..41553e3f9271d799e5d25065d2fe8f071b7376be 100644 (file)
--- 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));
        }