Skip to content

Commit

Permalink
Revert "Added debug prints to troubleshoot group creation"
Browse files Browse the repository at this point in the history
This reverts commit 58726a5.
  • Loading branch information
Eloy Paris committed Aug 23, 2018
1 parent 1ae899e commit e7d3215
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Group.pm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ sub new {
&add( $self, @items ) if @items;
$self->{logger_enable} = $main::config_parms{object_logger_group} if ( defined $main::config_parms{object_logger_group} );
bless $self, $class;
&::print_log("new group: " . $self->get_object_name() . "\n");
return $self;
}

Expand All @@ -81,7 +80,6 @@ sub add {
# This allows us to monitor changed members
for my $ref (@items) {
$ref->tie_items( $self, undef, 'member changed' );
&::print_log("add to " . $self . "(" . $self->get_object_name() . "): $ref" . $ref->get_object_name() . "xxx\n");

if ( $ref->isa('X10_Item') ) {
if ( can_dim($ref) ) {
Expand Down

0 comments on commit e7d3215

Please sign in to comment.