s4-dsdb: removed extraneous debug messages
authorAndrew Tridgell <tridge@samba.org>
Sat, 26 Sep 2009 03:46:53 +0000 (20:46 -0700)
committerAndrew Tridgell <tridge@samba.org>
Mon, 28 Sep 2009 00:25:23 +0000 (10:25 +1000)
source4/dsdb/samdb/ldb_modules/linked_attributes.c

index 0bb9ecc7ed603348ccc1815ce42e79b7d396578c..32f9cba8fe80a02597b17b246926099bf23cf212 100644 (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);
 }