Skip to content

Commit db4016f

Browse files
committed
Remove some logs
1 parent 7014057 commit db4016f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/core/src/v3/apiClient/runStream.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,6 @@ export class RunSubscription<TRunTypes extends AnyRunTypes> {
331331
this._isRunComplete &&
332332
!this.options.abortController.signal.aborted
333333
) {
334-
console.log("Closing stream because run is complete");
335-
336334
this.options.stopRunShapeStream();
337335
}
338336
},

packages/core/src/v3/apiClient/stream.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ export function zodShapeStream<TShapeSchema extends z.ZodTypeAny>(
6565
return {
6666
stream: stream as AsyncIterableStream<z.output<TShapeSchema>>,
6767
stop: () => {
68-
console.log("Stopping zodShapeStream with abortController.abort()");
6968
abortController.abort();
7069
},
7170
};

0 commit comments

Comments
 (0)