Skip to content

Commit bd8fe65

Browse files
committed
fixup: remove unneeded comments
1 parent 643efe1 commit bd8fe65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/internal/abort_controller.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,6 @@ class AbortSignal extends EventTarget {
276276
resultSignal[kSourceSignals].add(signalWeakRef);
277277
signal[kDependantSignals].add(resultSignalWeakRef);
278278
dependantSignalsCleanupRegistry.register(resultSignal, signalWeakRef);
279-
// when the source signal - coming from the controller - is gced, we need to remove it from the dependant
280-
// signals of the composite signal
281279
finalizer.register(signal, { sourceSignalRef: signalWeakRef, composedSignalRef: resultSignalWeakRef});
282280
} else if (!signal[kSourceSignals]) {
283281
continue;

0 commit comments

Comments
 (0)