Skip to content

Commit

Permalink
respect DEBUG flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Nov 11, 2009
1 parent 6df13eb commit a453eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Morris/Plugin.pm
Expand Up @@ -16,7 +16,7 @@ sub new_from_config {
sub register {
my ($self, $conn) = @_;
$self->_connection( $conn );
warn "registered $self";
warn "registered $self" if Morris::DEBUG();
}

__PACKAGE__->meta->make_immutable();
Expand Down

0 comments on commit a453eb1

Please sign in to comment.