kill console

This commit is contained in:
burnettk 2023-05-11 13:46:17 -04:00
parent 127248be34
commit ac92bf3bf2
1 changed files with 0 additions and 1 deletions

View File

@ -1607,7 +1607,6 @@ export default function ProcessInstanceListTable({
</Button>
);
console.log(processInstance.status);
if (
processInstance.status === 'not_started' ||
processInstance.status === 'user_input_required' ||