37_harmony.pm: removed debug message

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@8545 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2015-05-08 07:49:21 +00:00
parent 8e2dc02e49
commit 39b762def8

View File

@ -1382,7 +1382,6 @@ harmony_parseToken($$)
RemoveInternalTimer($hash);
my $error = $json->{ErrorCode};
Log 1, $error;
if( $error && $error != 200 ) {
Log3 $name, 2, "$name: error ($error): $json->{Message}";
$hash->{lastError} = $json->{Message};