removed some debug output

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1478 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2012-04-22 19:36:13 +00:00
parent 65bac55abb
commit d86f21914d

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) {