removed some debug output

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1478 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2012-04-22 19:36:13 +00:00
parent b983972dba
commit fd1e3f5a02

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