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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user