We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dcb510 commit 7cbf997Copy full SHA for 7cbf997
backend/src/tools/batch-str-replace.ts
@@ -510,16 +510,6 @@ async function callBenchify(
510
fix_types: ['string_literals'],
511
})
512
513
- logger.info(
514
- {
515
- responseReceived: !!response,
516
- responseLength: response?.length || 0,
517
- responseFiles: response?.map((r) => r.path) || [],
518
- ...context,
519
- },
520
- 'Benchify runFixer API response received',
521
- )
522
-
523
return response
524
}
525
0 commit comments