Skip to content

Commit b8b13d3

Browse files
committed
Removed unneeded console.log
1 parent 04ff6dc commit b8b13d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

converters/pegasus_dax.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ function createWorkflow(dax, functionName, cb) {
112112
});
113113

114114
if (job.stdout) { // stdout should be redirected to a file
115-
console.log(job.stdout);
116115
wfOut.tasks[nextTaskId].config.executor.stdout = job.stdout[0]['$'].name;
117116
}
118117

0 commit comments

Comments
 (0)