remove testing debug line
authorSimo Sorce <idra@samba.org>
Fri, 2 May 2003 17:31:30 +0000 (17:31 +0000)
committerSimo Sorce <idra@samba.org>
Fri, 2 May 2003 17:31:30 +0000 (17:31 +0000)
source/groupdb/mapping.c

index 27ec4237eec1131fc45c48b682c1f86f4e9bdbfd..2b7a8526885c85ebeb87b652522f7ff32901b97a 100644 (file)
@@ -796,7 +796,7 @@ static BOOL enum_group_mapping(enum SID_NAME_USE sid_name_use, GROUP_MAP **rmap,
                        free_privilege(set);
                        continue;
                }
-DEBUG(0, ("sid_name_use = %d, map.sid_name_use = %d",sid_name_use, map.sid_name_use));
+
                /* list only the type or everything if UNKNOWN */
                if (sid_name_use!=SID_NAME_UNKNOWN  && sid_name_use!=map.sid_name_use) {
                        DEBUG(11,("enum_group_mapping: group %s is not of the requested type\n", map.nt_name));