--- deliantra/server/ext/Jeweler.pm 2007/07/31 09:40:15 1.18 +++ deliantra/server/ext/Jeweler.pm 2007/08/09 10:49:56 1.19 @@ -1067,9 +1067,6 @@ my $stat_split = Jeweler::getcfg (diamond_split => $category); my $sum = sum (@$stat_split); - if ($sum < (1 - 0.0001)) { - warn "JEWELER BUG: sum (@$stat_split) = $sum < 1 for $category!"; - } my $emarch = cf::arch::find 'emerald'; my $saarch = cf::arch::find 'sapphire';