linux: Remove overly verbose print
diff --git a/stage23/protos/linux.c b/stage23/protos/linux.c
index 29508760..a1909190 100644
--- a/stage23/protos/linux.c
+++ b/stage23/protos/linux.c
@@ -399,8 +399,6 @@ void linux_load(char *config, char *cmdline) {
}
fread(kernel, (void *)kernel_load_addr, real_mode_code_size, kernel->size - real_mode_code_size);
- print("linux: Kernel loaded at %x\n", kernel_load_addr);
-
///////////////////////////////////////
// Modules
///////////////////////////////////////
