aboutsummaryrefslogtreecommitdiff
path: root/src/kern/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kern/log.c')
-rw-r--r--src/kern/log.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kern/log.c b/src/kern/log.c
index 3331249..e9bd424 100644
--- a/src/kern/log.c
+++ b/src/kern/log.c
@@ -18,8 +18,6 @@ init2()
regset(USART2.c_r1, usart_txeie, 1);
regset(USART2.c_r1, usart_rxneie, 1);
usart_set_enabled(&USART2, USART_ENABLE_TX | USART_ENABLE_RX);
-
- klogf("klog() enabled on USART2\n");
}
void klogf(const char* fmt, ...)