r8041: remove a mis-spelled debug message :-)
authorAndrew Tridgell <tridge@samba.org>
Fri, 1 Jul 2005 08:04:48 +0000 (08:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:01 +0000 (13:19 -0500)
(This used to be commit 912fa269d293b3b55fc5fa65f9532614fe2e202d)

source4/lib/ldb/common/attrib_handlers.c

index fcff4113b42213654f074efa178767c7f0fe943e..6c5692bcbe00274464d404b7c1aaee8f2020f721 100644 (file)
@@ -245,7 +245,6 @@ static int ldb_comparison_objectclass(struct ldb_context *ldb,
        if (ret == 0) {
                return 0;
        }
-       fprintf(stderr, "looing for %s %s\n", v1->data, v2->data);
        subclasses = ldb_subclass_list(ldb, v1->data);
        if (subclasses == NULL) {
                return ret;