Remove debug printf
This commit is contained in:
parent
25e09515ad
commit
53c9e7798c
1 changed files with 0 additions and 2 deletions
|
@ -412,8 +412,6 @@ grub_reed_solomon_add_redundancy (void *buffer, grub_size_t data_size,
|
||||||
gf_single_t *ptr = buffer;
|
gf_single_t *ptr = buffer;
|
||||||
gf_single_t *rptr = ptr + s;
|
gf_single_t *rptr = ptr + s;
|
||||||
|
|
||||||
grub_printf ("solomon: %p, %x, %x\n", buffer, data_size, redundancy);
|
|
||||||
|
|
||||||
while (s > 0)
|
while (s > 0)
|
||||||
{
|
{
|
||||||
grub_size_t tt;
|
grub_size_t tt;
|
||||||
|
|
Loading…
Add table
Reference in a new issue