2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 13:24:56 +00:00

Delete debug line

git-svn-id: https://svn.fhem.de/fhem/trunk@783 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2010-12-27 11:12:27 +00:00
parent e7a469b2b0
commit 7ef5651508

View File

@ -913,7 +913,7 @@ CUL_SimpleWrite(@)
}
$msg .= "\n" unless($nonl);
Log 1, "SW: $msg";
#Log 1, "SW: $msg";
$hash->{USBDev}->write($msg . "\n") if($hash->{USBDev});
syswrite($hash->{TCPDev}, $msg) if($hash->{TCPDev});