Update of /cvsroot/sandweb/sandweb/bin
In directory usw-pr-cvs1:/tmp/cvs-serv21500/bin
Modified Files:
sandweb.cgi
Log Message:
debugging for individual files is just too much damn debug output, removed
the debug statements
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.253
retrieving revision 1.254
diff -U2 -r1.253 -r1.254
--- sandweb.cgi 7 Mar 2002 08:12:09 -0000 1.253
+++ sandweb.cgi 7 Mar 2002 08:19:28 -0000 1.254
@@ -640,5 +640,4 @@
$count = 0;
while ( $current_location{'LOCATION_LOOP'}->[$count] ) {
- $log->debug('dump', $current_location{'LOCATION_LOOP'}->[$count]);
push (@loop_data, $current_location{'LOCATION_LOOP'}->[$count]);
$count++;
@@ -660,5 +659,4 @@
$count = 0;
while ( $browser{'ENTRY_LOOP'}->[$count] ) {
- $log->debug('dump', $browser{'ENTRY_LOOP'}->[$count]);
push (@loop_data, $browser{'ENTRY_LOOP'}->[$count]);
$count++;
|