Skip to content

Commit

Permalink
Removes unnecessary log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alliballibaba2 committed Dec 8, 2024
1 parent 9491e6b commit e795c86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions thread-worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e795c86

Please sign in to comment.