--- deliantra/server/utils/cfutil.in 2007/04/02 18:04:47 1.20 +++ deliantra/server/utils/cfutil.in 2007/04/05 13:50:49 1.22 @@ -149,7 +149,6 @@ my $other = "$stem.64x64.png~"; if (0 > aio_lstat $other or (-M _) > (-M $path)) { - warn "rescale $other\n";#d# my $wrap = 0; # for the time being fork_sub { system "convert png:\Q$path\E -depth 8 rgba:-" @@ -178,8 +177,7 @@ }; } - warn "scaled down $path to $other\n";#d# - + #warn "scaled down $path to $other\n";#d# push @png, [$other, !$CACHE]; } }