pipe-loader: Remove a few debug_printfs

On debug builds these were always being printed.

Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
Tom Stellard
2012-09-13 14:53:32 +00:00
parent 438b1da7e5
commit 024e1732cb
2 changed files with 0 additions and 4 deletions

View File

@@ -92,7 +92,6 @@ pipe_loader_find_module(struct pipe_loader_device *dev,
if (ret > 0 && ret < sizeof(path)) {
lib = util_dl_open(path);
if (lib) {
debug_printf("loaded %s\n", path);
return lib;
}
}