1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

r14914: Remove printf statement I accidently committed.

(This used to be commit ca4d1b4c0e1a18c2b071f49076251369370a785c)
This commit is contained in:
Jelmer Vernooij 2006-04-04 17:48:53 +00:00 committed by Gerald (Jerry) Carter
parent 953f3c7418
commit 1385cd968b

View File

@ -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);