mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 18:12:57 +01:00
vt_splash: Remove debug print
Sponsored by: Beckhoff Automation GmbH & Co. KG
This commit is contained in:
parent
0706fa3787
commit
c875e976f6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user