mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
bug: removes raw api response from stdout (#1224)
This commit is contained in:
@@ -362,10 +362,6 @@ export class GeminiClient {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const result = await retryWithBackoff(apiCall);
|
const result = await retryWithBackoff(apiCall);
|
||||||
console.log(
|
|
||||||
'Raw API Response in client.ts:',
|
|
||||||
JSON.stringify(result, null, 2),
|
|
||||||
);
|
|
||||||
return result;
|
return result;
|
||||||
} catch (error: unknown) {
|
} catch (error: unknown) {
|
||||||
if (abortSignal.aborted) {
|
if (abortSignal.aborted) {
|
||||||
|
|||||||
Reference in New Issue
Block a user