Browse Source

Removes unnecessary log.

Alliballibaba 3 months ago
parent
commit
e795c86933
1 changed files with 0 additions and 2 deletions
  1. 0 2
      thread-worker.go

+ 0 - 2
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 {