Skip to content

Commit f06c601

Browse files
committed
remove incorrect comment
1 parent af5a627 commit f06c601

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/node-core/src/sdk/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ export class NodeClient extends ServerRuntimeClient<NodeClientOptions> {
145145
this._flushOutcomes();
146146
};
147147

148-
// We purposefully not unref this interval but we clear it in `this._clientReportOnExitFlushListener`.
149148
this._clientReportInterval = safeUnref(
150149
setTimeout(() => {
151150
DEBUG_BUILD && debug.log('Flushing client reports based on interval.');

0 commit comments

Comments
 (0)