mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 10:46:03 +00:00
Remove debug
git-svn-id: https://svn.fhem.de/fhem/trunk@805 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5a54e95690
commit
e198f7c63e
@ -930,7 +930,7 @@ CUL_SimpleWrite(@)
|
|||||||
# Prefix $msg with RRBBU and return the corresponding CUL hash.
|
# Prefix $msg with RRBBU and return the corresponding CUL hash.
|
||||||
($hash, $msg) = CUL_RFR_AddPrefix($hash, $msg);
|
($hash, $msg) = CUL_RFR_AddPrefix($hash, $msg);
|
||||||
}
|
}
|
||||||
Log 1, "SW: $msg";
|
#Log 1, "SW: $msg";
|
||||||
$msg .= "\n" unless($nonl);
|
$msg .= "\n" unless($nonl);
|
||||||
|
|
||||||
$hash->{USBDev}->write($msg . "\n") if($hash->{USBDev});
|
$hash->{USBDev}->write($msg . "\n") if($hash->{USBDev});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user