1
0
mirror of https://github.com/gryf/urxvt-font.git synced 2026-03-18 23:43:38 +01:00

removing extraneous print statement

This commit is contained in:
noah
2013-04-01 10:47:24 -05:00
parent 644b8c7fc0
commit 888bc268f7

1
font
View File

@@ -59,7 +59,6 @@ sub _resize_xft_string
# monaco font
if ($monaco)
{
print "yes";
my (@monaco_unicode_sizes) = (8, 9, 10, 11, 13, 15, 16, 18, 21, 22, 28);
my ($monaco_default_size) = &{ sub { my @a = sort { $a <=> $b } @_;
return ($a[$#a/2] + $a[@a/2]) / 2;}