Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shtukas committed Jan 20, 2025
1 parent 0770b4e commit 8f4af1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/api/auxiaProxyRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ const fetchAuxiaData = async (): Promise<AuxiaAPIAnswerData> => {
const response = await fetch(url, params);

const responseBody = await response.json();
console.log(`[767c53e5] auxia api answer body json: ${JSON.stringify(responseBody)}`);

return Promise.resolve(responseBody as AuxiaAPIAnswerData);
};
Expand Down

0 comments on commit 8f4af1b

Please sign in to comment.