Skip to content

Commit

Permalink
fix: removing unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 committed Jan 31, 2024
1 parent 7531495 commit 3079506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/v0/util/facebookUtils/networkHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ const getErrorDetailsFromErrorMap = (error) => {

const getStatus = (error) => {
const errorDetail = getErrorDetailsFromErrorMap(error);
console.log(errorDetail);
let errorStatus = 500;
const isErrorDetailEmpty = isEmpty(errorDetail);
if (isErrorDetailEmpty) {
Expand Down

0 comments on commit 3079506

Please sign in to comment.