Skip to content

Commit

Permalink
Remove console.log statement in itemRequestUrlInterceptor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
little9 committed Jul 26, 2024
1 parent bf58d90 commit a67733d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interceptors/itemRequestUrlInterceptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function itemRequestUrlInterceptor() {
return response;
}
}
console.log(response)
// console.log(response)
return response;
},
requestError: function (rejection) {
Expand Down

0 comments on commit a67733d

Please sign in to comment.