From e795c86933cbda3fd23f16d96d918a673619b12c Mon Sep 17 00:00:00 2001 From: Alliballibaba Date: Sun, 8 Dec 2024 01:01:26 +0100 Subject: [PATCH] Removes unnecessary log. --- thread-worker.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/thread-worker.go b/thread-worker.go index 620cfc676..2f1f8d8fc 100644 --- a/thread-worker.go +++ b/thread-worker.go @@ -100,8 +100,6 @@ func setupWorkerScript(handler *workerThread, worker *worker) { } func tearDownWorkerScript(handler *workerThread, exitStatus int) { - - logger.Info("tear down worker script") // if the worker request is not nil, the script might have crashed // make sure to close the worker request context if handler.workerRequest != nil {