diff options
| author | fukachan <fukachan> | 2002-07-14 23:02:22 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-07-14 23:02:22 +0000 |
| commit | 2cffcd71c78db864ac364dd634dfdde8c380a9e6 (patch) | |
| tree | c1715cf6362f50fce02955512974075dc9bbc5a6 /fml/lib/FML/Config.pm | |
| parent | b4a05fd51d6e0d2535cfece633e72b7c7a1038a5 (diff) | |
| download | fml8-2cffcd71c78db864ac364dd634dfdde8c380a9e6.tar.gz fml8-2cffcd71c78db864ac364dd634dfdde8c380a9e6.tar.bz2 fml8-2cffcd71c78db864ac364dd634dfdde8c380a9e6.zip | |
nuke debug: ... if $0 =~ /loader/
Diffstat (limited to 'fml/lib/FML/Config.pm')
| -rw-r--r-- | fml/lib/FML/Config.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fml/lib/FML/Config.pm b/fml/lib/FML/Config.pm index c86a4242..aabb8a3b 100644 --- a/fml/lib/FML/Config.pm +++ b/fml/lib/FML/Config.pm @@ -3,7 +3,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: Config.pm,v 1.62 2002/06/30 14:30:13 fukachan Exp $ +# $FML: Config.pm,v 1.63 2002/07/02 03:50:51 fukachan Exp $ # package FML::Config; @@ -130,7 +130,6 @@ sub new if (defined $args) { my ($k, $v); while (($k, $v) = each %$args) { - print "set($me, $k, $v)\n" if $0 =~ /loader/; # debug set($me, $k, $v); } } |
