Remove debug
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@805 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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});
|
||||||
|
|||||||
Reference in New Issue
Block a user