--- deliantra/server/ext/map-scheduler.ext 2007/07/28 13:13:36 1.39 +++ deliantra/server/ext/map-scheduler.ext 2007/07/28 14:32:21 1.40 @@ -11,9 +11,6 @@ our $SWAP_LOAD1 = $cf::CFG{swap_load1} || .1; # start aggressively swapping at this load our $SWAP_LOAD2 = $cf::CFG{swap_load2} || .4; # swap as fast as possible at this load -warn "load1 ", $SWAP_LOAD1;#d# -warn "load2 ", $SWAP_LOAD2;#d# - cf::async_ext { $Coro::current->prio (Coro::PRIO_MIN);