From ac92bf3bf2957f4321c57e00b052282c01d7efcf Mon Sep 17 00:00:00 2001 From: burnettk Date: Thu, 11 May 2023 13:46:17 -0400 Subject: [PATCH] kill console --- .../src/components/ProcessInstanceListTable.tsx | 1 - 1 file changed, 1 deletion(-) 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' ||