Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
natapokie committed Sep 2, 2023
1 parent 4fa0479 commit b8e8894
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/pages/ScuntMissionsList/ScuntMissionsList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,8 @@ const ReportMissionPopup = () => {
category: 'Scunt Reports',
};

console.log(reqObj);
try {
const result = await axios.post('/faq/create', reqObj);
console.log(result);
if (result.status !== 200) {
setSnackbar('There was an error submitting your report' + result, true);
} else {
Expand Down

0 comments on commit b8e8894

Please sign in to comment.