Skip to content

Commit

Permalink
Merge pull request #927 from DaveNeudoerffer/ha_fixes
Browse files Browse the repository at this point in the history
Removed redundant debug message
  • Loading branch information
hplato authored Nov 11, 2024
2 parents a77223d + a8bb631 commit 310f580
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/HA_Item.pm
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,6 @@ sub set_object_state {

if( $obj->debuglevel( 3, 'ha_server' ) ) {
$obj->debug( 3, "handled event for $obj->{object_name} set by $p_setby to: ". $obj->dump($cmd, 3) );
} else {
$obj->debug( 2, "handled event for $obj->{object_name} set by $p_setby to: $cmd->{state}" );
}
$obj->process_ha_message( $cmd, $p_setby );
if( $p_setby eq "ha_server_init" ) {
Expand Down

0 comments on commit 310f580

Please sign in to comment.