debug code was removed
This commit is contained in:
parent
ee1e8b52ca
commit
2c606040b6
3 changed files with 2 additions and 8 deletions
|
@ -3,10 +3,7 @@ package Log::Mini;
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = "0.2.0";
|
our $VERSION = "0.2.1";
|
||||||
|
|
||||||
use feature qw/say/;
|
|
||||||
|
|
||||||
|
|
||||||
sub new {
|
sub new {
|
||||||
shift;
|
shift;
|
||||||
|
|
|
@ -7,9 +7,6 @@ use Carp qw(croak);
|
||||||
use List::Util qw(first);
|
use List::Util qw(first);
|
||||||
use Time::Moment;
|
use Time::Moment;
|
||||||
|
|
||||||
use Data::Dumper;
|
|
||||||
use feature qw/say/;
|
|
||||||
|
|
||||||
my $LEVELS = {
|
my $LEVELS = {
|
||||||
error => 1,
|
error => 1,
|
||||||
warn => 2,
|
warn => 2,
|
||||||
|
|
|
@ -5,7 +5,7 @@ use warnings;
|
||||||
|
|
||||||
use base 'Log::Mini::LoggerBase';
|
use base 'Log::Mini::LoggerBase';
|
||||||
|
|
||||||
sub _print {
|
sub _log {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue