summaryrefslogtreecommitdiff
path: root/source4/param/provision.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-12-21 12:42:49 +1100
committerAndrew Tridgell <tridge@samba.org>2010-12-21 11:18:19 +0100
commitf9e2a92881c7e72d154274d75eff0ebd24316816 (patch)
tree00932550c4d00c5a4ca9c76827528b7fd00036b2 /source4/param/provision.c
parentda5c328b4b4a793053a8b1c942ceda56da01625c (diff)
downloadsamba-f9e2a92881c7e72d154274d75eff0ebd24316816.tar.gz
samba-f9e2a92881c7e72d154274d75eff0ebd24316816.tar.bz2
samba-f9e2a92881c7e72d154274d75eff0ebd24316816.zip
s4-provision: removed an incorrect debug message
this is now used as part of the main join
Diffstat (limited to 'source4/param/provision.c')
-rw-r--r--source4/param/provision.c2
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 */