Skip to content

Commit 7be8f60

Browse files
committed
Remove stray console log
1 parent e21f8c3 commit 7be8f60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/api/services/currencyRateService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ abstract class CurrencyRateProvider {
2727

2828
const cachedRate = await this.checkCache(from, to, date);
2929
if (cachedRate) {
30-
console.log(cachedRate);
3130
return cachedRate;
3231
}
3332

0 commit comments

Comments
 (0)