Delete debug output

git-svn-id: https://svn.fhem.de/fhem/trunk@3681 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-08-13 08:13:21 +00:00
parent 908c5445d6
commit 14c3714bf4

View File

@@ -82,7 +82,6 @@ DevIo_SimpleWrite($$$)
return if(!$hash);
my $name = $hash->{NAME};
print LOG "DS: $name\n";
Log3 $name, 5, "SW: $msg";
$msg = pack('H*', $msg) if($ishex);