Skip to content

Commit

Permalink
src: remove unnecessary comment
Browse files Browse the repository at this point in the history
PR-URL: #42952
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
  • Loading branch information
cola119 authored and juanarbol committed May 31, 2022
1 parent e3a4d40 commit eecf820
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_process_events.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit eecf820

Please sign in to comment.