mirror of
https://git.proxmox.com/git/grub2
synced 2026-01-25 00:36:16 +00:00
Remove debug printf
This commit is contained in:
parent
25e09515ad
commit
53c9e7798c
@ -412,8 +412,6 @@ grub_reed_solomon_add_redundancy (void *buffer, grub_size_t data_size,
|
||||
gf_single_t *ptr = buffer;
|
||||
gf_single_t *rptr = ptr + s;
|
||||
|
||||
grub_printf ("solomon: %p, %x, %x\n", buffer, data_size, redundancy);
|
||||
|
||||
while (s > 0)
|
||||
{
|
||||
grub_size_t tt;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user