|
From: <jas...@us...> - 2003-04-27 00:46:55
|
Update of /cvsroot/genex/genex-server/Mason/workspace
In directory sc8-pr-cvs1:/tmp/cvs-serv11447
Modified Files:
autohandler.in
Log Message:
removed debuggin cruft
Index: autohandler.in
===================================================================
RCS file: /cvsroot/genex/genex-server/Mason/workspace/autohandler.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** autohandler.in 26 Apr 2003 21:23:40 -0000 1.6
--- autohandler.in 27 Apr 2003 00:46:52 -0000 1.7
***************
*** 37,43 ****
my $index = "$Bio::Genex::Config->{GENEX_MASON_URL}/index.html";
- print STDERR "Found index=<$index>,src=<$src>\n";
- print STDERR "Using Bio::Genex::Config=<$INC{'Bio/Genex/Config.pm'}>\n";
-
# we localize $dbh and $session so that they last only the duration of the request
local $dbh;
--- 37,40 ----
|