Browse Source

elide some debug noise

Eric Andersen 23 years ago
parent
commit
4e58aab2cf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ldso/util/ldd.c

+ 0 - 1
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;
 	}
 }