Remove debug

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@805 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2011-01-22 15:25:46 +00:00
parent 7fcea16342
commit 0611266d8a

View File

@ -930,7 +930,7 @@ CUL_SimpleWrite(@)
# Prefix $msg with RRBBU and return the corresponding CUL hash.
($hash, $msg) = CUL_RFR_AddPrefix($hash, $msg);
}
Log 1, "SW: $msg";
#Log 1, "SW: $msg";
$msg .= "\n" unless($nonl);
$hash->{USBDev}->write($msg . "\n") if($hash->{USBDev});