summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/linked_attributes.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-25 20:46:53 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-28 10:25:23 +1000
commitccd2673b1a58d4c67793ab5a2622588116739716 (patch)
tree4bd13d9c29918c951d5d6f51fa56b00a1abc8243 /source4/dsdb/samdb/ldb_modules/linked_attributes.c
parentcf55f78c29deb2c60bf4bf8e6bf17d0b75112d11 (diff)
downloadsamba-ccd2673b1a58d4c67793ab5a2622588116739716.tar.gz
samba-ccd2673b1a58d4c67793ab5a2622588116739716.tar.bz2
samba-ccd2673b1a58d4c67793ab5a2622588116739716.zip
s4-dsdb: removed extraneous debug messages
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/linked_attributes.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/linked_attributes.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/linked_attributes.c b/source4/dsdb/samdb/ldb_modules/linked_attributes.c
index 0bb9ecc7ed..32f9cba8fe 100644
--- a/source4/dsdb/samdb/ldb_modules/linked_attributes.c
+++ b/source4/dsdb/samdb/ldb_modules/linked_attributes.c
@@ -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);
}