bug: removes raw api response from stdout (#1224)
This commit is contained in:
parent
b0bc7c3d99
commit
0125547215
|
@ -362,10 +362,6 @@ export class GeminiClient {
|
|||
});
|
||||
|
||||
const result = await retryWithBackoff(apiCall);
|
||||
console.log(
|
||||
'Raw API Response in client.ts:',
|
||||
JSON.stringify(result, null, 2),
|
||||
);
|
||||
return result;
|
||||
} catch (error: unknown) {
|
||||
if (abortSignal.aborted) {
|
||||
|
|
Loading…
Reference in New Issue