remove extra debug output
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 9 Aug 2010 15:06:44 +0000 (17:06 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 9 Aug 2010 15:06:44 +0000 (17:06 +0200)
lib/RFID/Biblio/Reader.pm

index 3f02424..88c343f 100644 (file)
@@ -77,8 +77,6 @@ sub tags {
 
                }
        
-warn "XXX ## _tags ",dump( $self->{_tags} );
-
                foreach my $tag ( grep { $self->{_tags}->{$_}->{time} == 0 } keys %{ $self->{_tags} } ) {
                        $triggers->{leave}->( $self, $tag ) if $triggers->{leave};
                        $self->_invalidate_tag( $tag );