Skip to content

Commit f0c9fa4

Browse files
committed
Removed waitForBatch log
1 parent c308ad2 commit f0c9fa4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/v3/runtime/managedRuntimeManager.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ export class ManagedRuntimeManager implements RuntimeManager {
6868
runs: string[];
6969
ctx: TaskRunContext;
7070
}): Promise<BatchTaskRunExecutionResult> {
71-
console.log("waitForBatch", params);
72-
7371
if (!params.runs.length) {
7472
return Promise.resolve({ id: params.id, items: [] });
7573
}

0 commit comments

Comments
 (0)