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 b3837e7b23
commit 45e43234fe

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;