Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
NickPhura committed Feb 1, 2024
1 parent 49d60ff commit fc1062f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/src/services/itis-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ export class ItisService {

const response = await axios.get(url);

console.log('===================');
console.log('===================');
console.log(response.data.response);
console.log('===================');
console.log('===================');

if (!response.data || !response.data.response || !response.data.response.docs) {
return [];
}
Expand Down

0 comments on commit fc1062f

Please sign in to comment.