From 978335ae94ef00bc7f2242cb06dcf23a803245c7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 1 Jul 2005 08:04:48 +0000 Subject: r8041: remove a mis-spelled debug message :-) (This used to be commit 912fa269d293b3b55fc5fa65f9532614fe2e202d) --- source4/lib/ldb/common/attrib_handlers.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/lib/ldb/common/attrib_handlers.c') diff --git a/source4/lib/ldb/common/attrib_handlers.c b/source4/lib/ldb/common/attrib_handlers.c index fcff4113b4..6c5692bcbe 100644 --- a/source4/lib/ldb/common/attrib_handlers.c +++ b/source4/lib/ldb/common/attrib_handlers.c @@ -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; -- cgit