From ac4f337758baa19f662e16be316fdcf006e3d4ef Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 15 Jun 2004 04:07:25 +0000 Subject: [PATCH] * removed tracing code --- webcit/messages.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/webcit/messages.c b/webcit/messages.c index 81965e29d..d6b96e426 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -973,8 +973,6 @@ void readloop(char *oper) char ab_alpha = 0; struct addrbookent *addrbook = NULL; int num_ab = 0; - time_t started = 0L; /* FIXME */ - time_t finished = 0L; /* FIXME */ startmsg = atol(bstr("startmsg")); maxmsgs = atoi(bstr("maxmsgs")); @@ -1207,7 +1205,6 @@ void readloop(char *oper) } } finished = time(NULL); - wprintf("Completed this operation in %ld seconds.
\n", finished - started); /* FIXME */ /* * If we're not currently looking at ALL requested -- 2.39.2