summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ldso/util/ldd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ldso/util/ldd.c b/ldso/util/ldd.c
index e7eea7176..482c74f17 100644
--- a/ldso/util/ldd.c
+++ b/ldso/util/ldd.c
@@ -214,7 +214,6 @@ void locate_library_file(Elf32_Ehdr* ehdr, Elf32_Dyn* dynamic, char *strtab, int
lib->path = buf;
} else {
free(buf);
- printf("bad stuff\n");
lib->path = not_found;
}
}