diff --git a/src/node_worker.cc b/src/node_worker.cc index f38b187c18c5b8..53789de1e89550 100644 --- a/src/node_worker.cc +++ b/src/node_worker.cc @@ -217,8 +217,6 @@ void Worker::Run() { stopped_ = true; } - env_->RunCleanup(); - // This call needs to be made while the `Environment` is still alive // because we assume that it is available for async tracking in the // NodePlatform implementation.