2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

02_RSS: removed DEBUG information

git-svn-id: https://svn.fhem.de/fhem/trunk@8946 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2015-07-12 14:47:41 +00:00
parent b27f679736
commit 5e888b3fe3

View File

@ -548,7 +548,7 @@ RSS_evalLayout($$@) {
if($line=~ s/\\$//) { $cont= $line; undef $line; }
next unless($line);
$cont= "";
Debug "$name: evaluating >$line<";
#Debug "$name: evaluating >$line<";
# split line into command and definition
my ($cmd, $def)= split("[ \t]+", $line, 2);
#Debug "CMD= \"$cmd\", DEF= \"$def\"";
@ -683,7 +683,7 @@ RSS_evalLayout($$@) {
$defs{$name}{".embed"} .= "<div id=\"$text\" style=\"position:".$format."; left:".$x."px; top:".$y."px; z-index:$z;\">\n";
$defs{$name}{".embed"} .= $arg."\n";
$defs{$name}{".embed"} .= "</div>\n";
main::Debug "SET EMBED=" . $defs{$name}{".embed"};
#main::Debug "SET EMBED=" . $defs{$name}{".embed"};
} else {
Log3 $name, 2, "$name: Illegal command $cmd in layout definition.";
}