Skip to content

Commit

Permalink
🐛 fix: remove unused console.log (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx authored Apr 16, 2023
1 parent 19aea2a commit 886fd88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mnb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,3 @@ export async function getHistoricalRates(startDate: string, endDate: string, cur

return history;
}

getMnbRates().then((d) => console.log(d));

0 comments on commit 886fd88

Please sign in to comment.