diff options
Diffstat (limited to 'fml/lib/FML/Process/CGI/Kernel.pm')
| -rw-r--r-- | fml/lib/FML/Process/CGI/Kernel.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fml/lib/FML/Process/CGI/Kernel.pm b/fml/lib/FML/Process/CGI/Kernel.pm index a120bd32..79ca554e 100644 --- a/fml/lib/FML/Process/CGI/Kernel.pm +++ b/fml/lib/FML/Process/CGI/Kernel.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Kernel.pm,v 1.12 2001/12/23 11:39:46 fukachan Exp $ +# $FML: Kernel.pm,v 1.13 2002/01/30 15:20:30 fukachan Exp $ # package FML::Process::CGI::Kernel; @@ -210,8 +210,6 @@ sub AUTOLOAD return if $AUTOLOAD =~ /DESTROY/; - if (defined $ENV{'debug'}) { my (@c) = caller; warn("AUTOLOAD: @c");} - my $comname = $AUTOLOAD; $comname =~ s/.*:://; |
