Update of /cvsroot/sandweb/sandweb/bin
In directory usw-pr-cvs1:/tmp/cvs-serv1266/bin
Modified Files:
sandweb.cgi
Log Message:
* took out looping debug msg, causing lots garbage (only seemed usefull
for initial implementation and not for long term debuging)
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.227
retrieving revision 1.228
diff -U2 -r1.227 -r1.228
--- sandweb.cgi 28 Feb 2002 03:46:20 -0000 1.227
+++ sandweb.cgi 28 Feb 2002 03:48:41 -0000 1.228
@@ -590,5 +590,4 @@
my $count = 0;
while ( $toolbar{'VCS_CMD_LOOP'}->[$count] ) {
- $log->debug('dump', $toolbar{'VCS_CMD_LOOP'}->[$count]);
push (@loop_data, $toolbar{'VCS_CMD_LOOP'}->[$count]);
$count++;
|