Skip to content

Commit

Permalink
[VAS-733] feat: removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-cialini committed Apr 5, 2024
1 parent 56c643c commit 32b6274
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const fs = require('fs');
function get(url, config) {
return axios.get(url, config)
.then(res => {
console.log(res);
return res;
})
.catch(error => {
Expand Down

0 comments on commit 32b6274

Please sign in to comment.