r14914: Remove printf statement I accidently committed.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 4 Apr 2006 17:48:53 +0000 (17:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:00:15 +0000 (14:00 -0500)
(This used to be commit ca4d1b4c0e1a18c2b071f49076251369370a785c)

source4/param/util.c

index b3df175e439c18c85c093290dc53150e9ce81be5..dc605191fe46212edf447a825b3b402d41c9016f 100644 (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);