deleted obsolete Log-entries

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1470 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ulimaass
2012-04-19 21:21:35 +00:00
parent 1a33d44b5f
commit ea2b1d050b

View File

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