heliox: remove log message
This commit is contained in:
@ -269,7 +269,6 @@ proc heliox::read {} {
|
|||||||
if {$hours > 8} {
|
if {$hours > 8} {
|
||||||
set dl [expr $now + ($target_hours - $hours) * 30]
|
set dl [expr $now + ($target_hours - $hours) * 30]
|
||||||
set sdl [silent $dl sct soft_deadline]
|
set sdl [silent $dl sct soft_deadline]
|
||||||
clientput "T-H [expr $target_hours - $hours] $dl $sdl"
|
|
||||||
if {$dl <= $sdl} {
|
if {$dl <= $sdl} {
|
||||||
sct soft_deadline $dl
|
sct soft_deadline $dl
|
||||||
} elseif {$now > $sdl + 600} {
|
} elseif {$now > $sdl + 600} {
|
||||||
|
Reference in New Issue
Block a user