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>
This commit is contained in:
Kohei Ueno
2022-05-07 07:32:51 +09:00
committed by GitHub
parent 2dbf169c9c
commit 3bc23f555a

View File

@@ -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;