1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +03:00

s4-dsdb: removed extraneous debug messages

This commit is contained in:
Andrew Tridgell 2009-09-25 20:46:53 -07:00
parent cf55f78c29
commit ccd2673b1a

View File

@ -1212,8 +1212,6 @@ static int linked_attributes_prepare_commit(struct ldb_module *module)
talloc_get_type(ldb_module_get_private(module), struct la_private);
struct la_context *ac;
DEBUG(0,(__location__ ": prepare commit starting\n"));
/* walk the list backwards, to do the first entry first, as we
* added the entries with DLIST_ADD() which puts them at the
* start of the list */
@ -1234,8 +1232,6 @@ static int linked_attributes_prepare_commit(struct ldb_module *module)
talloc_free(la_private);
ldb_module_set_private(module, NULL);
DEBUG(0,(__location__ ": prepare commit done\n"));
return ldb_next_prepare_commit(module);
}