heliox: remove log message

This commit is contained in:
2024-08-12 16:21:45 +02:00
parent 512a892169
commit c798f6b6c1

View File

@ -269,7 +269,6 @@ proc heliox::read {} {
if {$hours > 8} {
set dl [expr $now + ($target_hours - $hours) * 30]
set sdl [silent $dl sct soft_deadline]
clientput "T-H [expr $target_hours - $hours] $dl $sdl"
if {$dl <= $sdl} {
sct soft_deadline $dl
} elseif {$now > $sdl + 600} {