2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 17:26:34 +00:00

deleted obsolete Log-entries

git-svn-id: https://svn.fhem.de/fhem/trunk@1470 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ulimaass 2012-04-19 21:21:35 +00:00
parent 78b1a84f3a
commit b44dd0d663

View File

@ -431,9 +431,7 @@ FP_show(){
########################
# Device-state per device
FW_pO "<tr class=\"devicestate fp_$FP_name\" id=\"$d\">"; # For css: class=devicestate, id=devicename
Log 1, "Reading is $txt";
$txt =~ s/measured-temp: ([\.\d]*) \(Celsius\)/$1/;
Log 1, "replaced reading is $txt";
FW_pO "<td colspan=\"$cols\">$txt";
FW_pO "</td></tr>";