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 {