mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 02:10:32 +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:
parent
b27f679736
commit
5e888b3fe3
@ -548,7 +548,7 @@ RSS_evalLayout($$@) {
|
|||||||
if($line=~ s/\\$//) { $cont= $line; undef $line; }
|
if($line=~ s/\\$//) { $cont= $line; undef $line; }
|
||||||
next unless($line);
|
next unless($line);
|
||||||
$cont= "";
|
$cont= "";
|
||||||
Debug "$name: evaluating >$line<";
|
#Debug "$name: evaluating >$line<";
|
||||||
# split line into command and definition
|
# split line into command and definition
|
||||||
my ($cmd, $def)= split("[ \t]+", $line, 2);
|
my ($cmd, $def)= split("[ \t]+", $line, 2);
|
||||||
#Debug "CMD= \"$cmd\", DEF= \"$def\"";
|
#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"} .= "<div id=\"$text\" style=\"position:".$format."; left:".$x."px; top:".$y."px; z-index:$z;\">\n";
|
||||||
$defs{$name}{".embed"} .= $arg."\n";
|
$defs{$name}{".embed"} .= $arg."\n";
|
||||||
$defs{$name}{".embed"} .= "</div>\n";
|
$defs{$name}{".embed"} .= "</div>\n";
|
||||||
main::Debug "SET EMBED=" . $defs{$name}{".embed"};
|
#main::Debug "SET EMBED=" . $defs{$name}{".embed"};
|
||||||
} else {
|
} else {
|
||||||
Log3 $name, 2, "$name: Illegal command $cmd in layout definition.";
|
Log3 $name, 2, "$name: Illegal command $cmd in layout definition.";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user