Skip to content

Commit

Permalink
remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
Woozl committed Apr 26, 2024
1 parent 1360b44 commit 013244f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api_routes/external.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ router.route('/name_resolver')
limit: req.query.limit,
},
};
console.log(`${services.name_resolver}/lookup`);
try {
const response = await axios.post(`${services.name_resolver}/lookup`, {}, config);
return res.send(response.data);
Expand Down

0 comments on commit 013244f

Please sign in to comment.