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

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 04e39978b5
commit 37de8f83c8

View File

@ -904,11 +904,7 @@ FW_showRoom()
FW_pO "<div id=\"content\">";
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 $row=1;
foreach my $type (sort keys %FW_types) {