30_HUEBridge.pm: removed log messages

git-svn-id: https://svn.fhem.de/fhem/trunk@15762 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2018-01-03 10:26:29 +00:00
parent a493a8acc3
commit a7737654a6

View File

@@ -134,12 +134,12 @@ HUEBridge_Read($)
} elsif( $buf =~ m'^HTTP/1.1 101 Switching Protocols'i ) {
$hash->{websocket} = 1;
#my $buf = plex_msg2hash($buf, 1);
Log 1, $buf;
#Log 1, $buf;
Log3 $name, 3, "$name: websocket: Switching Protocols ok";
} else {
Log 1, $buf;
#Log 1, $buf;
$close = 1;
Log3 $name, 2, "$name: websocket: Switching Protocols failed";
}