From e33d6ca5c79d2b749c9bf65eae53f5fb6e4013cb Mon Sep 17 00:00:00 2001 From: John Levon Date: Mon, 1 Apr 2019 10:13:58 +0000 Subject: re-fix console.c --- usr/src/boot/sys/boot/common/console.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/usr/src/boot/sys/boot/common/console.c b/usr/src/boot/sys/boot/common/console.c index 1bcc6074a7..86d5535586 100644 --- a/usr/src/boot/sys/boot/common/console.c +++ b/usr/src/boot/sys/boot/common/console.c @@ -273,15 +273,6 @@ cons_change(const char *string) active++; continue; } - - if (active != 0) { - /* - * If no consoles have initialised we wouldn't - * see this. - */ - printf("console %s failed to initialize\n", - consoles[cons]->c_name); - } } } -- cgit v1.2.3