s3:libnet_dssync_passdb: remove useless DEBUG statements
authorStefan Metzmacher <metze@samba.org>
Thu, 3 Feb 2011 01:11:41 +0000 (02:11 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 3 Feb 2011 03:20:54 +0000 (04:20 +0100)
metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Feb  3 04:20:54 CET 2011 on sn-devel-104

source3/libnet/libnet_dssync_passdb.c

index 585428ad7574563ba1f3b19d2c60502b48d9ae27..4b66c39bb3f26e97ba2ef814401ba1e43f4d37d8 100644 (file)
@@ -445,8 +445,6 @@ static int dssync_passdb_traverse_gmembers(struct db_record *rec,
 
        state->idx++;
 
-       DEBUG(0,("%s[%u]...\n", state->name, state->idx));
-
        group_sid = state->obj->cur->object.identifier->sid;
 
        status = dom_sid_split_rid(talloc_tos(), &group_sid, NULL, &rid);
@@ -568,8 +566,6 @@ static int dssync_passdb_traverse_groups(struct db_record *rec,
                return -1;
        }
 
-       DEBUG(0,("%s[%u]...\n", state->name, state->idx));
-
        obj = dssync_parse_obj(rec->value);
        if (obj == NULL) {
                return -1;