Removed empty unused output_log

This commit is contained in:
Justin C. Miller
2019-03-20 11:39:30 -07:00
parent 7fe1b7d1f5
commit c435bcfb67

View File

@@ -16,11 +16,6 @@ static log::logger g_logger(log_buffer, sizeof(log_buffer));
static const uint8_t level_colors[] = {0x07, 0x07, 0x0f, 0x0b, 0x09};
static void
output_log(log::level severity, log::area_t area, const char *message)
{
}
void
output_logs()
{