--- deliantra/server/ext/bank.ext 2007/10/05 08:14:23 1.3 +++ deliantra/server/ext/bank.ext 2007/10/17 19:12:28 1.4 @@ -35,7 +35,6 @@ sub balance { my ($who, $is_wiz) = @_; my $balance = $who->{bank_balance}; - warn "BALA $balance<<\n"; unless ($is_wiz) { return "Sorry, you have no balance."