removed some debug output

git-svn-id: https://svn.fhem.de/fhem/trunk@1478 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2012-04-22 19:36:13 +00:00
parent 044c998801
commit 741c1cb68a

View File

@@ -904,10 +904,6 @@ FW_showRoom()
FW_pO "<div id=\"content\">"; FW_pO "<div id=\"content\">";
FW_pO "<table>"; # Need for equal width of subtables FW_pO "<table>"; # Need for equal width of subtables
foreach my $ty (sort keys %FW_types) {
FW_pO "$ty<BR>\n";
}
my $rf = ($FW_room ? "&amp;room=$FW_room" : ""); # stay in the room my $rf = ($FW_room ? "&amp;room=$FW_room" : ""); # stay in the room
my $row=1; my $row=1;