Kernel: Remove awkward "#define printf dbgprintf"

This commit is contained in:
Andreas Kling 2020-05-16 12:03:25 +02:00
parent 21d5f4ada1
commit c9e38c5255

View file

@ -38,8 +38,6 @@ void set_serial_debug(bool on_or_off);
int get_serial_debug();
}
#define printf dbgprintf
#ifdef __cplusplus
template<size_t N>