summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/pipe-loader/pipe_loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/pipe-loader/pipe_loader.c')
-rw-r--r--src/gallium/auxiliary/pipe-loader/pipe_loader.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader.c b/src/gallium/auxiliary/pipe-loader/pipe_loader.c
index 6a10ac3998d..b1d92855562 100644
--- a/src/gallium/auxiliary/pipe-loader/pipe_loader.c
+++ b/src/gallium/auxiliary/pipe-loader/pipe_loader.c
@@ -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;
}
}