s4-provision: removed an incorrect debug message
authorAndrew Tridgell <tridge@samba.org>
Tue, 21 Dec 2010 01:42:49 +0000 (12:42 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 21 Dec 2010 10:18:19 +0000 (11:18 +0100)
this is now used as part of the main join

source4/param/provision.c

index f1ef695ac0e1cb43987d971e1d57549ac048f005..4ae1971c75a95504f5ceb27fae1e3c76f114bdca 100644 (file)
@@ -343,8 +343,6 @@ struct ldb_context *provision_get_schema(TALLOC_CTX *mem_ctx, struct loadparm_co
        const char *setupdir;
        PyObject *schema_mod, *schema_dict, *schema_fn, *py_result, *parameters;
        
        const char *setupdir;
        PyObject *schema_mod, *schema_dict, *schema_fn, *py_result, *parameters;
        
-       DEBUG(0,("Schema for DRS tests using python\n"));
-
        Py_Initialize();
        py_update_path("bin"); /* FIXME: Can't assume this is always the case */
 
        Py_Initialize();
        py_update_path("bin"); /* FIXME: Can't assume this is always the case */