remove debugger from colorcodes

master
Michael Smith 2012-06-03 12:17:11 -06:00
parent aebe07c20a
commit 44c77719bc
1 changed files with 0 additions and 1 deletions

View File

@ -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);