Skip to content

Commit 0925748

Browse files
Update packages/utils/src/lib/profiler/profiler-node.ts
Co-authored-by: Hanna Skryl <80118140+hanna-skryl@users.noreply.github.com>
1 parent 26b734c commit 0925748

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/utils/src/lib/profiler/profiler-node.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export class NodejsProfiler<
7878
> extends Profiler<Tracks> {
7979
#sink: AppendableSink<DomainEvents>;
8080
#performanceObserverSink: PerformanceObserverSink<DomainEvents>;
81-
//
8281
#state: 'idle' | 'running' | 'closed' = 'idle';
8382
#debug: boolean;
8483
#unsubscribeExitHandlers: (() => void) | undefined;

0 commit comments

Comments
 (0)