vt_splash: Remove debug print

Sponsored by:	Beckhoff Automation GmbH & Co. KG
This commit is contained in:
Emmanuel Vadot 2024-10-14 09:04:32 +02:00
parent 0706fa3787
commit c875e976f6

View File

@ -1677,7 +1677,6 @@ vtterm_splash(struct vt_device *vd)
} else {
if (si->si_depth != 4)
return;
printf("SPLASH: width: %d height: %d depth: %d\n", si->si_width, si->si_height, si->si_depth);
image = (uintptr_t)si + sizeof(struct splash_info);
image = roundup2(image, 8);
top = (vd->vd_height - si->si_height) / 2;