diff options
-rw-r--r-- | source4/param/provision.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |