Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ba55e41

Browse files
committedMay 11, 2023
removed debugging message of the chain of device path nodes
Signed-off-by: raravind <[email protected]>
1 parent 7de33f4 commit ba55e41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎grub-core/loader/efi/chainloader.c

-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ make_file_path (grub_efi_device_path_t *dp, const char *filename)
210210
/* Fill the file path for the directory. */
211211
d = (grub_efi_device_path_t *) ((char *) file_path
212212
+ ((char *) d - (char *) dp));
213-
grub_efi_print_device_path (d);
214213
if (copy_file_path ((grub_efi_file_path_device_path_t *) d,
215214
dir_start, dir_end - dir_start) != GRUB_ERR_NONE)
216215
{

0 commit comments

Comments
 (0)
Please sign in to comment.