From f9e2a92881c7e72d154274d75eff0ebd24316816 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 21 Dec 2010 12:42:49 +1100 Subject: s4-provision: removed an incorrect debug message this is now used as part of the main join --- source4/param/provision.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4') diff --git a/source4/param/provision.c b/source4/param/provision.c index f1ef695ac0..4ae1971c75 100644 --- a/source4/param/provision.c +++ b/source4/param/provision.c @@ -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; - DEBUG(0,("Schema for DRS tests using python\n")); - Py_Initialize(); py_update_path("bin"); /* FIXME: Can't assume this is always the case */ -- cgit