Skip to content

Commit

Permalink
fix: remove unused console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
BANKA2017 committed Jan 21, 2024
1 parent 8b669fb commit ef25811
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/translator-utils-axios-helper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class AxiosRequest {
}
}
responseBuilder(res, data, options = {}) {
console.log(data)
switch (options?.responseType) {
case 'arraybuffer':
break
Expand Down

0 comments on commit ef25811

Please sign in to comment.