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:
rudolfkoenig
2011-01-22 15:25:46 +00:00
parent 1962e22d3c
commit 101e1e8919

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});