2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

98_help.pm: remove debug code

git-svn-id: https://svn.fhem.de/fhem/trunk@8051 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2015-02-21 12:02:26 +00:00
parent 9d133cf6ba
commit b00a970227

View File

@ -48,7 +48,7 @@ sub CommandHelp {
return "Module $mod not found" unless defined($mods{$mod});
$output = cref_search($mods{$mod},$lang);
Debug $output;
unless($output) {
$output = cref_search($mods{$mod},"");
$output = "Keine deutsche Hilfe gefunden!<br/>$output" if $output;