diff --git a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx index 7b2f0efb..8297c355 100644 --- a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx +++ b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx @@ -1607,7 +1607,6 @@ export default function ProcessInstanceListTable({ ); - console.log(processInstance.status); if ( processInstance.status === 'not_started' || processInstance.status === 'user_input_required' ||