We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c308ad2 commit f0c9fa4Copy full SHA for f0c9fa4
packages/core/src/v3/runtime/managedRuntimeManager.ts
@@ -68,8 +68,6 @@ export class ManagedRuntimeManager implements RuntimeManager {
68
runs: string[];
69
ctx: TaskRunContext;
70
}): Promise<BatchTaskRunExecutionResult> {
71
- console.log("waitForBatch", params);
72
-
73
if (!params.runs.length) {
74
return Promise.resolve({ id: params.id, items: [] });
75
}
0 commit comments