From c798f6b6c1dd81fad20e876654330d0ff738dda1 Mon Sep 17 00:00:00 2001 From: tasp Date: Mon, 12 Aug 2024 16:21:45 +0200 Subject: [PATCH] heliox: remove log message --- tcl/drivers/heliox.tcl | 1 - 1 file changed, 1 deletion(-) diff --git a/tcl/drivers/heliox.tcl b/tcl/drivers/heliox.tcl index 3286fa3..af703e1 100644 --- a/tcl/drivers/heliox.tcl +++ b/tcl/drivers/heliox.tcl @@ -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} {