Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKohei Ueno <kohei.ueno119@gmail.com>2022-05-07 01:32:51 +0300
committerRafaelGSS <rafael.nunu@hotmail.com>2022-05-10 15:13:19 +0300
commit5dc79298e12e0810c2decde578d3ab21c4c1a567 (patch)
treeec305e7f66a642215f638ac227ae8318d24cb090 /src
parent38e4c1553407ba0317cc0c640535dc9cdec9410d (diff)
src: remove unnecessary comment
PR-URL: https://github.com/nodejs/node/pull/42952 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'src')
-rw-r--r--src/node_process_events.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_process_events.cc b/src/node_process_events.cc
index 34f0251cabc..944b0605b14 100644
--- a/src/node_process_events.cc
+++ b/src/node_process_events.cc
@@ -21,7 +21,6 @@ using v8::Value;
MaybeLocal<Value> ProcessEmit(Environment* env,
const char* event,
Local<Value> message) {
- // Send message to enable debug in cluster workers
Isolate* isolate = env->isolate();
Local<String> event_string;