From 3f8b219210a53a59d8850f023d294bb92fbc9953 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Wed, 23 May 2001 17:59:08 +0000 Subject: Removed a DEBUG line in the "can't happen" case. --- src/stats.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/stats.c b/src/stats.c index da7054e..f733fdd 100644 --- a/src/stats.c +++ b/src/stats.c @@ -1,4 +1,4 @@ -/* $Id: stats.c,v 1.2 2001-01-15 17:11:57 rjkaes Exp $ +/* $Id: stats.c,v 1.3 2001-05-23 17:59:08 rjkaes Exp $ * * This module handles the statistics for tinyproxy. There are only two * public API functions. The reason for the functions, rather than just a @@ -116,7 +116,6 @@ int update_stats(status_t update_level) stats.num_denied++; break; default: - DEBUG2("An invalid STATUS type (%d)", update_level); UNLOCK(); return -1; } -- cgit v1.2.3