From 4e58aab2cf2828342f798f11f239e9d79625fd0b Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Mon, 27 Aug 2001 22:09:41 +0000
Subject: elide some debug noise

---
 ldso/util/ldd.c | 1 -
 1 file changed, 1 deletion(-)

(limited to 'ldso')

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;
 	}
 }
-- 
cgit v1.2.3