joes 2003/04/20 21:45:24
Modified: src apreq_tables.c
Log:
Remove spurious debugging printf's from apreq_tables.c
Revision Changes Path
1.17 +2 -4 httpd-apreq-2/src/apreq_tables.c
Index: apreq_tables.c
===================================================================
RCS file: /home/cvs/httpd-apreq-2/src/apreq_tables.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- apreq_tables.c 21 Apr 2003 04:29:46 -0000 1.16
+++ apreq_tables.c 21 Apr 2003 04:45:23 -0000 1.17
@@ -686,7 +686,8 @@
t->flags &= ~TF_BALANCE;
}
}
-#include <stdio.h>
+
+
APREQ_DECLARE(apr_status_t) apreq_table_normalize(apreq_table_t *t)
{
if (t->flags & TF_MERGE) {
@@ -711,7 +712,6 @@
for ( ; j >= 0; j = j[o].tree[NEXT]) {
*(const apreq_value_t **)apr_array_push(&arr) = j[o].val;
KILL(t,j);
- printf("GOT HERE(%d:%d): %s\n", t->ghosts, arr.nelts,
idx[o].key);
}
v = t->merge(t->a.pool, &arr);
@@ -757,8 +757,6 @@
m[o-j] = m[o];
t->a.nelts -= q->nelts;
-
- printf("GOT HERE(%d:%d:%d)\n", p[0], p[1], p[2]);
/* reindex trees */