Usermode/libc - Removed debug SysDebug
authorJohn Hodge <[email protected]>
Sat, 2 Feb 2013 13:20:22 +0000 (21:20 +0800)
committerJohn Hodge <[email protected]>
Sat, 2 Feb 2013 13:20:22 +0000 (21:20 +0800)
Usermode/Libraries/libc.so_src/printf.c

index e820718..1c946c2 100644 (file)
@@ -9,7 +9,6 @@
 #include <stdio.h>
 #include <stdarg.h>
 #include <string.h>
-#include <acess/sys.h> // debug!
 
 // === TYPES ===
 typedef void   (*printf_putch_t)(void *h, char ch);
@@ -35,8 +34,6 @@ EXPORT int _vcprintf_int(printf_putch_t putch_cb, void *putch_h, const char *for
        uint64_t        arg;
         int    bLongLong, bPadLeft;
 
-       _SysDebug("format=%s", format);
-
        #define _addchar(ch) do { \
                putch_cb(putch_h, ch); \
                pos ++; \

UCC git Repository :: git.ucc.asn.au