Skip to content

Commit

Permalink
Merge pull request #7 from settle-club/m/20240923_1
Browse files Browse the repository at this point in the history
Remove axios error log
  • Loading branch information
jatinag22 authored Sep 23, 2024
2 parents 1edc230 + 450cddb commit 242c2b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/common/AxiosHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ fdkAxios.interceptors.response.use(
return response.data; // IF 2XX then return response.data only
},
function (error) {
console.log(error);
if (error.response) {
// Request made and server responded
throw new FDKServerResponseError(
Expand Down

0 comments on commit 242c2b7

Please sign in to comment.