removal of more debug

This commit is contained in:
Colin Kuskie 2006-11-26 05:46:52 +00:00
parent 53f4b076e1
commit 22839c8de3

View file

@ -46,7 +46,6 @@ sub _loadHelp {
*table = *{"$helpPackage\::HELP"}; ##Create alias into symbol table
return $table; ##return whole hashref
}
$session->errorHandler->warn("cache miss for $helpPackage");
my $load = sprintf 'use %-s; $%-s::HELP', $helpPackage, $helpPackage;
my $help = eval($load);
if ($@) {