Remove a spurious debugging message.

PR 28716
	* dwarf.c (load_build_id_debug_file): Remove spurious printf.
This commit is contained in:
Nick Clifton 2022-01-04 10:26:15 +00:00
parent f1e044bbb6
commit e2c0cef94d
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2022-01-04 Nick Clifton <nickc@redhat.com>
PR 28716
* dwarf.c (load_build_id_debug_file): Remove spurious printf.
2021-12-16 Nick Clifton <nickc@redhat.com>
PR 28697

View file

@ -11394,9 +11394,6 @@ load_build_id_debug_file (const char * main_filename, void * main_file)
return;
}
printf (_("%s: Found build-id indexed debug file: %s\n\n"),
main_filename, filename);
add_separate_debug_file (filename, handle);
}