Skip to content

Commit

Permalink
(fga-eps-mds/2023-1-CAPJu-Doc#122) - Remove console.log usado para teste
Browse files Browse the repository at this point in the history
Co-authored-by: OscarDeBrito <[email protected]>
Co-authored-by: YanWerlley <[email protected]>
  • Loading branch information
3 people committed Jul 3, 2023
1 parent fc8b23e commit 651bfe2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/controllers/ProcessController.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ class ProcessController {

return res.status(200).json({ process, flows: flowProcesses });
} catch (error) {
console.log(error);
return res.status(500).json(error);
}
}
Expand Down Expand Up @@ -487,7 +486,6 @@ class ProcessController {
message: `Impossível atualizar processo '${record}' para etapa '${to}`,
});
} catch (error) {
console.log(error);
return res.status(500).json({
error,
message: `Erro ao atualizar processo '${record}' para etapa '${to}`,
Expand Down

0 comments on commit 651bfe2

Please sign in to comment.