chore: removing double log Lines

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-10-14 10:39:00 +02:00
parent 7fe6c0bb70
commit f71fda7600
@@ -222,11 +222,6 @@ export class DefaultWorkflowRunner implements WorkflowRunner {
const tmpDirs = new Array<string>();
const stepOutput: { [outputName: string]: JsonValue } = {};
await task.emitLog(`Beginning step ${step.name}`, {
stepId: step.id,
status: 'processing',
});
await action.handler({
baseUrl: task.spec.baseUrl,
input,