Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
faris-isa committed May 7, 2021
1 parent 5a93273 commit bdd1214
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/views/offers/Offer.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ const Offer = ({match}) => {
}
}

console.log(offerdata);

return (
<>
<CCard>
Expand Down
1 change: 0 additions & 1 deletion src/views/offers/OffersAcc.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ const OffersAcc = () => {
const fd = {status: "accept", status_offpur:"pembelian"};
axiosConfig.post(`/offer-status/${id}`, fd, headers)
.then(res => {
console.log(res);
const data = res.data;
if (data.status === 201){
Swal.fire({
Expand Down

0 comments on commit bdd1214

Please sign in to comment.