Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanoshadjipetrou committed Nov 13, 2024
1 parent ce6c34a commit 8426b04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/controllers/grants.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,6 @@ export class GrantsController {
: '',
);

console.log(url);

return axios
.get(url)
.then((resp: AxiosResponse) => {
Expand Down

0 comments on commit 8426b04

Please sign in to comment.