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:
parent
953f3c7418
commit
1385cd968b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user