Skip to content

Commit

Permalink
rm debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Aug 8, 2023
1 parent 66429d1 commit 7f580e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/manager/runs/RunLastContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ const processIngestions = (data, currentTables) => {
getFileInputsFromWorkflow(workflowId ?? workflowMetadata.id, workflowMetadata)
.flatMap(key => {
const paramValue = run.details.request.workflow_params[key];
console.log(key, paramValue);
if (!paramValue) {
// Key isn't in workflow params or is null
// - possibly optional field or something else going wrong
Expand Down

0 comments on commit 7f580e6

Please sign in to comment.