clean up debugging code
This commit is contained in:
parent
967404c2cb
commit
a6b796ede3
1 changed files with 0 additions and 2 deletions
|
|
@ -63,7 +63,6 @@ sub _linkTOC {
|
|||
sub _getHelpName {
|
||||
my $file = shift;
|
||||
my $helpName;
|
||||
WebGUI::ErrorHandler::warn("file=$file");
|
||||
if ($file =~ /^Asset_/) {
|
||||
$helpName = WebGUI::International::get('assetName',$file);
|
||||
}
|
||||
|
|
@ -73,7 +72,6 @@ sub _getHelpName {
|
|||
else {
|
||||
$helpName = WebGUI::International::get('topicName',$file);
|
||||
}
|
||||
WebGUI::ErrorHandler::warn("helpName=$helpName");
|
||||
return $helpName;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue