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:
parent
e7a469b2b0
commit
7ef5651508
@ -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});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user