remove debugger from colorcodes
parent
aebe07c20a
commit
44c77719bc
|
@ -57,7 +57,6 @@ handle matches => sub {
|
|||
for (@colorin) {
|
||||
# handle percents
|
||||
if (/(\d+(?:\.\d+)?)%$/) {
|
||||
print "$1\n";
|
||||
my $num = $1;
|
||||
$num =~ s/\.//;
|
||||
my $len = length($num);
|
||||
|
|
Loading…
Reference in New Issue