From 44c77719bc425c2f1f596e2b32942426c9233af2 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 3 Jun 2012 12:17:11 -0600 Subject: [PATCH] remove debugger from colorcodes --- lib/DDG/Goodie/ColorCodes.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/DDG/Goodie/ColorCodes.pm b/lib/DDG/Goodie/ColorCodes.pm index 432301112..1104365a8 100644 --- a/lib/DDG/Goodie/ColorCodes.pm +++ b/lib/DDG/Goodie/ColorCodes.pm @@ -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);