summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/param/util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/param/util.c b/source4/param/util.c
index b3df175e43..dc605191fe 100644
--- a/source4/param/util.c
+++ b/source4/param/util.c
@@ -184,7 +184,6 @@ _PUBLIC_ init_module_fn *load_samba_modules(TALLOC_CTX *mem_ctx, const char *sub
char *path = modules_path(mem_ctx, subsystem);
init_module_fn *ret;
- printf("MODULESDIR: %s\n", path);
ret = load_modules(mem_ctx, path);
talloc_free(path);