Forgot to remove some debug output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16881 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-03-26 17:11:43 +00:00
parent 31659673cd
commit 61106f7e86

View File

@ -1390,8 +1390,6 @@ dprintf("-> reserved size %lx, length %lx\n", reservedSize, length);
// modify the dynamic ptr by the delta of the regions // modify the dynamic ptr by the delta of the regions
image->dynamic_section += image->text_region.delta; image->dynamic_section += image->text_region.delta;
dprintf("loaded: %s\n", path);
dump_image_info(image);
status = elf_parse_dynamic_section(image); status = elf_parse_dynamic_section(image);
if (status < B_OK) if (status < B_OK)
goto error5; goto error5;