Skip to content

Commit 69eb8ce

Browse files
petyosiCopilot
andauthored
Remove redundant console
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d4b4710 commit 69eb8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway/src/refreshGenaiPrices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function refreshGenaiPrices() {
2929
return
3030
}
3131

32-
console.debug('genai-prices data is stale')
32+
console.debug('Fetching genai-prices data')
3333
isFetching = true
3434

3535
// Note: **DO NOT** await this promise

0 commit comments

Comments
 (0)