From 6241c0b720bf3a978df7a491a9e5190ee8c100d8 Mon Sep 17 00:00:00 2001 From: Sacha Ligthert Date: Mon, 27 Jan 2025 20:23:48 +0100 Subject: [PATCH] Remove unused restraint. --- solver/processing.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/solver/processing.go b/solver/processing.go index 3fe3586..c61a04d 100644 --- a/solver/processing.go +++ b/solver/processing.go @@ -114,8 +114,6 @@ func (solver *Solver) tracker() { // Tracking duration var timerStart = time.Now() - // Prevent division-by-zero error when establishing `rateDiff` - time.Sleep(time.Second) // Estimation how long it will take var est_fin string